21f7ea5c14
oops
2023-08-30 20:03:30 -05:00
e1591ae3fd
switched from appveyor to github workflow
2023-08-30 20:02:04 -05:00
447f874eff
update README.md
2023-05-28 21:11:52 -05:00
8ac8085d20
syntax: 'var'->'let' 'function'->'func'
...
- 'var' has some weird scoping connotations with users of JS. better to change it to 'let', which will decide whether to make the variable a local or a global
- 'func' looks visually appealing lol
- some minor refactoring done in cparse.c
2023-02-09 15:58:25 -06:00
0e730b9c51
Added svg to README, whitelisted commits only effecting the binary
2021-03-16 15:05:20 -05:00
32162ce50c
Updated examples and README to use proper syntax
2021-01-12 17:49:16 -06:00
f0b666f623
better README
2021-01-08 23:53:02 -06:00
9ca67c8408
changed class -> proto
2020-12-05 17:58:56 -06:00
d2093098a4
fixed README
2020-11-20 15:37:46 -06:00
6485f90c2d
updated README
2020-11-20 15:32:12 -06:00
4ff1e59042
moved examples to examples folder
2020-11-13 17:50:55 -06:00
2e1b745624
Initial commit
2020-10-28 00:16:30 -05:00