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

https://github.com/ammoradi/lexyn

Python Lexical Analyser and Grammar Syntax Analyser written in JavaScript
https://github.com/ammoradi/lexyn

Last synced: 6 months ago
JSON representation

Python Lexical Analyser and Grammar Syntax Analyser written in JavaScript

Awesome Lists containing this project

README

          

Getting Started
---------------

```sh
# clone it
git clone git@github.com:ammoradi/lexyn.git
cd lexyn

# Install dependencies
brew install python@3 node
npm install
pip3 install ply

# Start development live-reload server
PORT=8080 npm run dev

# Start production server:
PORT=8080 npm start
```