Pascal Interpreter in Java 1.02

License: Free ‎File size: N/A
‎Users Rating: 4.5/5 - ‎2 ‎votes

ABOUT Pascal Interpreter in Java

Simple Pascal interpreter written in Java, which will include: 1) I/O Operations like read/write from/to console 2) Declaration of some subset of simple types and variables 3) Aritmethical operators 4) Dynamic memory allocation 5) For loop 6) IF ..