@fuwa-orm/cli
v0.0.3
Published
## パーサーについて
Downloads
2
Readme
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