Commit Graph

3 Commits

Author SHA1 Message Date
5169aca6d0 forgot to update this a while back 2023-05-28 21:16:30 -05:00
c8cae03604 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
8cd0112c48 fixed __getter and __setter tables 2021-01-12 18:27:29 -06:00