Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 358 Bytes

README.md

File metadata and controls

11 lines (10 loc) · 358 Bytes

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