TableScript News
Status: Alpha
Brought to you by:
jamiehale
Here's the present state of things:
Working
- If statements
- For loops
- While loops
- Function definitions
- Table definitions
- Most expressions
- Built-in functions: print(string) and range(int)
Not Implemented
- String formatting
- Maps
Check out the .ts files for some working examples - newtables.ts won't parse but the rest should.