-
Notifications
You must be signed in to change notification settings - Fork 25
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
V1.2.4 #1139
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
Issue #1089, Generate When Other in Codegen
Previously only DataDefinition under TypeDefinition was considered as PartOfTypeDef.
SymbolTable now use a dedicated Dictionary (DataTypeEntries) for DataDefinition under a TypeDefinition. Previously all children of a TypeDef were searched recursively. Co-authored-by: Cobarzan Cosmin <[email protected]> Co-authored-by: Olivier Smedile <[email protected]>
…hen zero" Level 88 and 66 cannot be group item and cannot have USAGE clause
870 pp phase cup
Technically, tally is in a ALL variable, still real fix to implement
WI #1120, temporary fix to display tally
alphanumericValue1 rule only lead to alphanumericLiteralToken
Remove variableOrIndex under conditionOperand and use 2 of its sub-rules instead.
Issue #1116, Fix GoTo Definition
…test that uses character œ instead #1115.
Issue #1018, Align 'if' and merge condition
586 grammar simplification - Remove useless rules / optimize IF
Issue #1106, Remove duplicate diagnostic check
…csRebase Issue #1091, Added token info on diagnositics (not functions)
smedilol
approved these changes
Sep 27, 2018
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.
V1.2.4
This release
1.2.4
mainly fixes various issues and Code cleanup for better error diagnostics, better performances and better code generation.Code generation
Code Cleanup, Coding guide & Grammar simplification
Performance improvements and error diagnostics
Bug fix
set xxx up by / down by
exceed 22 characters (Incremented pointer must be limited to 22 chars and not inside copy #1011)Language server issues and completion
Build configuration
CSCup parser generator
Other