Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sake92/writing-an-interpreter

Writing a simple interpreter in ANTLR4 and by hand in Scala
https://github.com/sake92/writing-an-interpreter

antlr4 interpreter lexer parser scala

Last synced: 22 days ago
JSON representation

Writing a simple interpreter in ANTLR4 and by hand in Scala

Awesome Lists containing this project

README

        

# Writing an Interpreter

How to write a simple interpreter in ANTLR4 and by hand in Scala 3.

The ANTLR code was used for presentation [Writing an Interpreter](https://sake.ba/presentations/2020-01-07%20Writing%20an%20interpreter%20-%20OpenWeb%20Sarajevo/#/)

The Scala 3 code is published as part of the [corresponding blog article](https://www.toptal.com/scala/writing-an-interpreter) at the Toptal Engineering Blog.