Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 9 days 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 (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-12-16T16:59:22.000Z (11 months ago)
- Last Synced: 2024-10-13T15:50:54.837Z (about 1 month ago)
- Topics: parser, parser-generator, python, typescript, typhon
- Language: TypeScript
- Homepage:
- Size: 3.16 MB
- Stars: 1
- Watchers: 3
- 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
```