@fuwa-orm/cli
v0.0.3
Published
## パーサーについて
Readme
cli
パーサーについて
antlrから生成しています。
# antlrのCLIのインストール
pip install antlr4-toolsTypeScriptのパーサーを生成するためには、次のコマンドを実行します。
antlr4 -Dlanguage=TypeScript src/parser/SQLiteLexer.g4 src/parser/SQLiteParser.g4antlr4/typescript-target.md at master · antlr/antlr4 · GitHub
