You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 31, 2023. It is now read-only.
Last week the team met to define the architecture of our parser, so we didn't actually worked to anything other than discussing the future developments
High Level Objectives / Questions we're trying to answer
experiment with ungrammar and create a better ASTi (AST interface - or AST APIs) facade;
add Trivia to the current parser;
Projects / Tasks
new code generation using ungrammar, try to not break too much the existing generated nodes. This should result in 0 or few breaking changes;
make sure that ungrammar fits to represent the AST that we want to try to represent. Ideally we'd want to use what we had in the TypeScript version;
implement the Trivia concept to our green nodes;
make order to the licenses of the forks our current repository contains;
Risks
adding Trivia might cause too many breaking changes to the current parser logic;
we might not be able to maintain all the existing AST APIs we have in rslint_parser;
ungrammar might not be able to give us all the features we need to represent JavaScript grammar;
add new features to ungrammar in order to support our AST APIs;
The text was updated successfully, but these errors were encountered:
High Level Objectives / Questions we're trying to answer
ungrammar
and create a better ASTi (AST interface - or AST APIs) facade;Trivia
to the current parser;Projects / Tasks
ungrammar
, try to not break too much the existing generated nodes. This should result in 0 or few breaking changes;ungrammar
fits to represent the AST that we want to try to represent. Ideally we'd want to use what we had in the TypeScript version;Trivia
concept to our green nodes;Risks
Trivia
might cause too many breaking changes to the current parser logic;rslint_parser
;ungrammar
might not be able to give us all the features we need to represent JavaScript grammar;ungrammar
in order to support our AST APIs;The text was updated successfully, but these errors were encountered: