decaf icon indicating copy to clipboard operation
decaf copied to clipboard

like Java, but less so

Results 3 decaf issues
Sort by recently updated
recently updated
newest added

Needed: - [x] Code generation for `NewArray` - [x] Code generation for single dimensional array access - [ ] Code generation for multidimensional array access - [ ] Code generation...

enhancement

My current command-line interface ([`Compiler.scala`](https://github.com/hawkw/decaf/blob/master/src/main/scala/decaf/Compiler.scala)) works, but is pretty basic. If we want to add compiler features other than parsing & compiling one Decaf source code file, such as linking,...

enhancement