[Milestone/Web-Infra-Parser-v1]: Basic JSX and JS test case pass and Setup Reporter
No due date
80% complete
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 …
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
.