-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed wrong assumption about defparams in AST Refactored AST Fixed garbageGeneration Refactored garbageGeneration parameters Fixed prettyprinter (new AST and unnoticed bugs) Removed useless parameter in PrettyIdent as it was ignored anyways when different than softline Added comments in prettyprinter Added `include support to lexer and prepared for partial `define support Reworked `line support in lexer Token position report the whole sequence of `include, `define and `line Parser's consify and unconst functions are moved to Utils Fixed parser Removed part of the parser's dangling else handling as it is wrong and will need to be fixed later Fixed mutation Made prettyprinter and parser follow the list order of the AST instead of reversing some parts for no apparent reason Made prettyprinter give up splitting lines when indentation is over max line length
- Loading branch information
qcorradi
committed
Feb 27, 2024
1 parent
474d8fd
commit 62fa687
Showing
14 changed files
with
4,700 additions
and
4,651 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
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 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
Oops, something went wrong.