Skip to content

suyanlong/ralph-parser-ts

Repository files navigation

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