- Clone this repository
- Install NodeJS: https://nodejs.org/en/
- Install dependencies:
npm install
- Run
- Command line interface:
npm run swiss <filepath of .sw>
- Example:
npm run swiss ./code/conditional_statement.sw
- Example:
- In development mode:
npm run dev
- Command line interface:
- Build:
npm run build
-
Notifications
You must be signed in to change notification settings - Fork 0
RobinPH/swiss
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
A code parser based around the idea of Finite State Machine, Automata, and Regular Expression