https://github.com/geometryzen/typhon-lang
Python Tools for Scanning, Parsing, Semantic Analysis, and Code Generation.
https://github.com/geometryzen/typhon-lang
parser parser-generator python typescript typhon
Last synced: 4 months ago
JSON representation
Python Tools for Scanning, Parsing, Semantic Analysis, and Code Generation.
- Host: GitHub
- URL: https://github.com/geometryzen/typhon-lang
- Owner: geometryzen
- Created: 2016-05-22T19:46:29.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2023-12-16T16:59:22.000Z (over 2 years ago)
- Last Synced: 2025-03-25T16:51:27.770Z (about 1 year ago)
- Topics: parser, parser-generator, python, typescript, typhon
- Language: TypeScript
- Homepage:
- Size: 3.16 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# typhon-lang
Python Tools for Scanning, Parsing, Semantic Analysis, and Code Generation.
Based on the SPARK tool chain:
http://pages.cpsc.ucalgary.ca/~aycock/spark/
## Installation
```
npm install
```
## Building
```
npm run build
```
## Linting
```
npm run lint
```
## Testing
```
npm run test
```
## Documentation
```
npm run docs
```