Skip to content
/ ode Public

My implementation from the books "Writing an Interpreter in Go" & "Writing a Compiler in Go" - https://interpreterbook.com/ & https://compilerbook.com/

License

Notifications You must be signed in to change notification settings

lookageek/ode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ode

My implementation of Monkey language from https://interpreterbook.com/

Notes: To keep the parsing with operator precedence fresh in memory read 2.7 How Pratt Parsing Works

About

My implementation from the books "Writing an Interpreter in Go" & "Writing a Compiler in Go" - https://interpreterbook.com/ & https://compilerbook.com/

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages