Project allows converting program file written on Pascal into Java bytecode. Using the self-written ANTLR grammar Pascal file is translating and converting to bytecode with ASM library.
Grammar files:
- SimplePascal (without support of procedures, only longint type supported)
- Pascal
Test examples:
- Simple test of loops and arithmetic operations TestForPascal
- Calculation of 10000th simple number - SimpleNumber