List view
Build a bundler.
No due date•0/1 issues closedBuild the frontend of VM JS
No due date•0/1 issues closedImplement Parse TypeScript feature.
No due dateFor the current rustyc compiler, the test case is not in enough, the parser is not tested, the optimizer is not test either and CI does not include this part 1. Add test case for C parser, converter, and optimizer - create a macro or runner for auto-generating test cases from a folder. - Search a source for copy test case, which might be GCC or Clang 2. Add CI for lint, format, and test runner for rustyc 3. restructure basic block - entry of bb should only be 1, not a set 4. Create SCCP, DEC, LICM pass for optimizer - phi instruction should be divided into a property of BB, since phi will be the top of a BB.
No due date•7/10 issues closed## Goal - Pass Test Case except for scope relative Identifier duplication. - Better Test runner for testing parser, should be able to run an infinite test case. - Running Test runner in CI, with reporter generator - Add testing for enum all test cases for async context, strict mode, and yield context. - Better function structure for parser and lexer - lexer: document all functions, separate state and context. - parser: move all of the functions for static semantic into functions starting with `staticSematic`.
No due date•8/10 issues closed