graalvm / simplelanguage

A simple example language built using the Truffle API.

Home Page:http://openjdk.java.net/projects/graal/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

`generate_parser` still uses Coco

pstutz opened this issue · comments

In current master SimpleLanguage.atg is gone and there is only an ANTLR grammar, so I assume that generate_parser should be changed to use ANTLR instead.