JuCC icon indicating copy to clipboard operation
JuCC copied to clipboard

JuCC - Jadavpur University Compiler Compiler

Results 4 JuCC issues
Sort by recently updated
recently updated
newest added

Keeping your Docker base image up-to-date means you’ll benefit from security fixes in the latest version of your chosen image. #### Changes included in this PR - Dockerfile We recommend...

Currently, the CI is only running on ubuntu 20.04. However, JUCC has been tested on macOS with the required dependencies. Maybe it's time to add a CI and put the...

enhancement

# Improvement of Symbol Table ## Summary The current implementation of the symbol tables deletes the lexemes on scope end and thus cannot be used for look-up after the lexer...

enhancement

# Improve lexer ## Summary The lexer should be able to report the errors in parsing, and also report the line numbers of the input file associated with the same....

enhancement