@fuwa-orm/cli

0.0.3 • Public • Published

cli

パーサーについて

antlrから生成しています。

# antlrのCLIのインストール
pip install antlr4-tools

TypeScriptのパーサーを生成するためには、次のコマンドを実行します。

antlr4 -Dlanguage=TypeScript src/parser/SQLiteLexer.g4 src/parser/SQLiteParser.g4

antlr4/typescript-target.md at master · antlr/antlr4 · GitHub

Readme

Keywords

none

Package Sidebar

Install

npm i @fuwa-orm/cli

Weekly Downloads

1

Version

0.0.3

License

MIT

Unpacked Size

530 kB

Total Files

12

Last publish

Collaborators

  • tekihei2317