Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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
```