0
I Use This!
Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
May 03, 2023 — May 03, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Remove duplicated code in interpreter
gron
as Stefan Marr
More... about 4 years ago
Don’t need fully qualified class name
gron
as Stefan Marr
More... about 4 years ago
Pass universe explicitly to Disassembler
gron
as Stefan Marr
More... about 4 years ago
Remove unused code in SClass
gron
as Stefan Marr
More... about 4 years ago
Added primitives for error printing, loading a file, and stack trace
gron
as Stefan Marr
More... about 4 years ago
Cleanup use of getters and setters
gron
as Stefan Marr
More... about 4 years ago
Remove unused nilObject parameters
gron
as Stefan Marr
More... about 4 years ago
Remove assertion in parser to get proper parser error for user
gron
as Stefan Marr
More... about 4 years ago
Simplify to normal ints for numLocals/maxStack
gron
as Stefan Marr
More... about 4 years ago
Use toArray in SMethod
gron
as Stefan Marr
More... about 4 years ago
Don’t need numLiterals explicit
gron
as Stefan Marr
More... about 4 years ago
Cleanup SourcecodeCompiler
gron
as Stefan Marr
More... about 4 years ago
Refactor assembleSystemClass to return class
gron
as Stefan Marr
More... about 4 years ago
Set Frame’s bytecodeIdx and stackPointer in constructor
gron
as Stefan Marr
More... about 4 years ago
Final arguments
gron
as Stefan Marr
More... about 4 years ago
Use field instead of passing it on
gron
as Stefan Marr
More... about 4 years ago
BytecodeGenerator doesn’t have state, can be static field
gron
as Stefan Marr
More... about 4 years ago
Handle line endings at string beginnings correctly
gron
as Stefan Marr
More... about 4 years ago
Updated core-lib
gron
as Stefan Marr
More... about 4 years ago
Fix bug in addArgumentIfAbsent
gron
as Stefan Marr
More... about 4 years ago
Added Double>>#fromString:
gron
as Stefan Marr
More... about 4 years ago
Remove AntlrIDE nature from Eclipse project
gron
as Stefan Marr
More... about 4 years ago
Update Checkstyle to 8.36
gron
as Stefan Marr
More... about 4 years ago
Merge PR #12: Added String isWhiteSpace, isLetters, and isDigits primitives
gron
as Stefan Marr
More... about 4 years ago
Update core-lib to include super tests
gron
as Stefan Marr
More... about 4 years ago
Simplify handling of super sends and fix issues
gron
as Stefan Marr
More... about 4 years ago
Remove redundant String object creation
gron
as Stefan Marr
More... about 4 years ago
Whitespace fixes
gron
as Stefan Marr
More... about 4 years ago
Extract initalizeFromSuperClass method
gron
as Stefan Marr
More... about 4 years ago
Turn setters into markAs methods
gron
as Stefan Marr
More... about 4 years ago