Plox: An Interpreter

ogonna anaekwe
May 29, 2023

--

Playing with Interpreters for programming languages. Made Plox, a toy interpreter for a dynamically-typed language. Plox supports the following (amongst others):

  1. expressions;
  2. statements;
  3. declarations (for variables and functions);
  4. bindings (for variables and function parameters/arguments);
  5. loops (for and while);
  6. conditional statements/branching;
  7. logical operations;
  8. functions;
  9. closures.

Feel free to poke around the code here!

--

--

ogonna anaekwe
ogonna anaekwe

Written by ogonna anaekwe

Software Engineer building stuff with computers (when not running or having Ice Cream|Jollof Rice). ogonna.anaekwe@gmail.com

No responses yet