sai-language
Version:
An object-oriented language designed to afford code comprehension and maintenance. Transpiles in-place to Javascript.
44 lines (16 loc) • 512 B
Markdown
# Pending Issues
## Documentation
- The documentation (except from Keywords) is getting a little frayed around the edges.
## Toolchain
-
## Test suite
- need to find a coverage tester that will actually work
## Language Changes
### Enhancement
- 100% test coverage of parser -- is this even practical?
- integrate support for Map and Set
- source code lookup for exceptions or debugging
### Bugs
- parser can't handle slashes in comments
### Breaking
# Notes