Skip to content

thomasbrq/meulang

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

meulang

Note

Work in progress

To install dependencies:

bun install

To run the interpreter:

bun run interpreter.ts # the default file is main.meu
bun run interpreter.ts --file main.meu

To run the REPL:

bun run repl.ts

To run tests:

bun test

This project was created using bun init in bun v1.0.28. Bun is a fast all-in-one JavaScript runtime.