7Sharp
7Sharp copied to clipboard
[FEATURE/2.1] Constants
Description
All system constants (PI, E, YELLOW, etc.) should not be assignable.
Implementation
- add token
const(keyword) - modify
AssignmentNodeor create aConstAssignmentNode - modify
ExpressionTypeenum and the extensionsGetNode()andMatches()