SwiftPascalInterpreter Versions Save

Simple Swift interpreter for the Pascal language inspired by the Let’s Build A Simple Interpreter article series.

builtin-functions

6 years ago

Build-in functions for reading from and writing to console for interpreting interactive programs.

basic-pascal-programs

6 years ago

Lexer, parser and interpreter for basic Pascal programs with declarations and arithmetic operations on integers and reals.

arithmetic-expressions

6 years ago

Lexer, parse and interpreter for arithmetic expressions with integers