We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In GitLab by @kwanzknoel on Jun 25, 2021, 22:46
Is it in a stable state? Good test coverage, maintainability etc...
Very detailed AST for expressions, thanks to @AlexKnauth :slight_smile:.
I do not think it will be huge maintenance cost, if our program syntax is relatively stable.
Unit test coverage low: Only Param, Params, some test cases for curly-braces and simple expressions.
Param
Params
curly-braces
Integration tests cover the parsing phase for standard library apps.
Error handling status: TODO Investigate: start-interaction/generate-agreement should not run the first code block #198
The text was updated successfully, but these errors were encountered:
In GitLab by @kwanzknoel on Jun 29, 2021, 02:55
changed the description
Sorry, something went wrong.
In GitLab by @AlexKnauth on Jun 29, 2021, 03:05
marked this issue as related to #198
In GitLab by @AlexKnauth on Jun 29, 2021, 03:15
No branches or pull requests
In GitLab by @kwanzknoel on Jun 25, 2021, 22:46
Is it in a stable state? Good test coverage, maintainability etc...
Status
Very detailed AST for expressions, thanks to @AlexKnauth :slight_smile:.
I do not think it will be huge maintenance cost,
if our program syntax is relatively stable.
Unit test coverage low: Only
Param
,Params
, some test cases forcurly-braces
and simple expressions.Integration tests cover the parsing phase for standard library apps.
Error handling status: TODO Investigate: start-interaction/generate-agreement should not run the first code block #198
Recommendations
The text was updated successfully, but these errors were encountered: