Skip to content

luxo-ai/luxoc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Luxoc

Travis Build Status

Author: Luis F. Serazo

A Pascal Compiler Written in Java

Luxoc is a compiler written in Java for a Pascal-like language. The parse table for the project can be found in: src/main/resources. This implementation uses a LL(1) parser.

Stable Parts

This project has been completed and can be tested on any one of the files found in: src/test/pascal/semantics. The other tests found in: src/test/pascal correspond to the various parts of the implementation, such as the Lexical Analyzer.

TODO:

Optimizations.

About

Vassar College CS-331 - Compiler

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published