Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wszgrcy/problem-demo
https://github.com/wszgrcy/problem-demo
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/wszgrcy/problem-demo
- Owner: wszgrcy
- Created: 2023-08-18T10:54:50.000Z (over 1 year ago)
- Default Branch: antlr-rust-ts-slow
- Last Pushed: 2023-09-02T14:44:49.000Z (over 1 year ago)
- Last Synced: 2024-04-28T06:09:31.262Z (9 months ago)
- Language: TypeScript
- Size: 149 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
- main.ts test entry
- `RustParserBase.ts` `RustLexerBase.ts` write with Java implementation
- other use `java -Xmx500M -cp "/usr/local/lib/antlr-4.13.0-complete.jar:$CLASSPATH" org.antlr.v4.Tool -Dlanguage=TypeScript ~/xxx/grammars-v4/rust/xxx.g4 -o ~/xxx/grammars-v4/rust` to generate# run
- npm i
- npm start