Skip to content

Swift implementation of the Lox programming language from Robert Nystrom's "Crafting Interpreters".

Notifications You must be signed in to change notification settings

MichaelZalla/slox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

slox

Swift implementation of the Lox programming language from Robert Nystrom's "Crafting Interpreters".

Lox (notes)

Operator precedence

Name Operators Associates
Equality ==, != Left
Comparison >, >=, <, <= Left
Term -, + Left
Factor /, * Left
Unary !, - Right

About

Swift implementation of the Lox programming language from Robert Nystrom's "Crafting Interpreters".

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages