Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 455 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 455 Bytes

FLOX Interpreter - WIP

An adaptation of the interpreter for the jlox language from 'Crafting Interpreters' written in F#. This is a learning project and will contain non-idiomatic code. The purpose is to create a working interpreter while sticking to a functional paradigm.

How to build it

Use Visual Studio or

dotnet build path_to_interpreter_solution

How to use it

FLOXInterpreter.exe 'path_to_source' // for a source file