Skip to content
/ swiss Public

A code parser based around the idea of Finite State Machine, Automata, and Regular Expression

Notifications You must be signed in to change notification settings

RobinPH/swiss

Repository files navigation

Swiss - Multipurpose Programming Language

Run locally

  • 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
    • In development mode: npm run dev
  • Build: npm run build

About

A code parser based around the idea of Finite State Machine, Automata, and Regular Expression

Topics

Resources

Stars

Watchers

Forks