ilya-klyuchnikov / tapl-scala

Code from the book "Types and Programming Languages" in Scala
175 stars 22 forks source link

parser in antlr #8

Open ilya-klyuchnikov opened 3 years ago

ilya-klyuchnikov commented 3 years ago

This will allow to easily port TAPL into all other languages supported by antlr

ilya-klyuchnikov commented 3 years ago
  1. use <assoc=right> for lambdas
  2. Antlr book 7.5 Sharing Information Among Event Methods + Traversing Parse Trees with Visitors - a good example of constructing AST