/ralph-parser-ts

ralph language parser

Primary LanguageTypeScriptGNU General Public License v3.0GPL-3.0

A Ralph language parser in TypeScript written

Goal

  • Generate AST

Build

  • install dep
make dep
  • build
make

or

npm run antlr4ts

or

yarn run antlr4ts

Install use

npm package

npm i ralph-parser-ts

or

yarn add ralph-parser-ts

More