work example

This commit is contained in:
Aleksey Chichenkov 2019-01-29 14:04:41 +03:00
parent f815210203
commit e114afb9d9
14 changed files with 95 additions and 1202 deletions

7
build-example.sh Executable file
View file

@ -0,0 +1,7 @@
#!/usr/bin/env bash
gcc -o ./lemon-src/lemon-js -O2 ./lemon-src/lemon-js.c
npm install
cat config.example > config.js