Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 400 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 400 Bytes

Pascal2100 compiler

Pascal[2100] parser written in Java as course assignment in INF2100, fall 2015. The compiler compiles from Pascal2100 (a subset of Pascal) to X86 Assembly.

Building the jar file

ant jar

Compiling

java -jar pascal2100.jar my-file.pas

License

Copyright (c) 2015, Kristoffer Brabrand

Licensed under the MIT License