-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
example: const int a = 7
typecheck should treat it similarily to a normal var
codegen should use the value rather than the variable. consts will be slightly more efficient since rather than looking up the variables value, the value is already inserted at interpreation/runtime. The ExprEvaluator should not be allowed to use variables, except if they're constants
Reactions are currently unavailable