-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
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
Add description of functions and files and correction of comments #66
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This commit should add the double quote handling and variable assignment handling in lexer
This commit fix compilation failed due to write function
Lexer part2
This commit is adding some tests to check the working of lexer
This commit should improve the clang_tidy script to accept pointer return type functions
Clang tidy update
doc<README>: add some important content in README
test<lexer_test2>: Adding new tests on variables and double quote
Parserexec part2
This commit fix some issue with variable and double quote.
Fix lexer part2
fix<execute>
fix<parser>: fix previous tests
This commit fix the handling of comment. Read unknow address in lexer->data.
Feat<var_braces>: add variable in braces handling
This commit should add tests for and_or_pipes features, negation and double_quotes features
Add func tests + fix pretty print
fix<dollar>: return entire word if variable name is wrong
add<all>: fix some stuffs
fix<lexer_peek>: fixing curr_tok in lexer_peek
This commit adds ionumbers tokens. Plus it gets is_number function in parser to move it into options. Thus, both parser and lexer are available to reach the is_number function.
Variable part2.2
feat<ionumbers>: add ionumbers in lexer
fix<variable>: variable implemented (not full test)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.