7Sharp icon indicating copy to clipboard operation
7Sharp copied to clipboard

[FEATURE/2.1] Constants

Open Techcraft7 opened this issue 5 years ago • 0 comments

Description

All system constants (PI, E, YELLOW, etc.) should not be assignable.

Implementation

  1. add token const (keyword)
  2. modify AssignmentNode or create a ConstAssignmentNode
  3. modify ExpressionType enum and the extensions GetNode() and Matches()

Techcraft7 avatar Dec 25 '20 00:12 Techcraft7