Skip to content

lys-lang/lys-compiler

Repository files navigation

lys-compiler

Objective of this repository

Start bootstraping the compiler.

Blog post

To build locally

Run make build, make sure to have at least Node.js 12 installed.

  1. It first builds Lys to the build folder using lys src/main.lys --wast
  2. It then uses @zeit/ncc to create a single file using src/index.ts
  3. Finally, it performs a sanity test using mocha.