Skip to content

An adaptation of the interpreter from the book 'Crafting Interpreters' by Robert Nystrom written in F#

Notifications You must be signed in to change notification settings

BazookaMusic/FLOX

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

An adaptation of the interpreter from the book 'Crafting Interpreters' by Robert Nystrom written in F#

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages