suyanlong / ralph-parser-ts

ralph language parser

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

ralph language parser

License:GNU General Public License v3.0


Languages

Language:TypeScript 99.8%Language:Makefile 0.2%Language:JavaScript 0.1%