Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
parser: Don't forbid overriding builtins
Banning variables named as builtins is undesirable for forward compatibility, as any new name might invalidate programs that use that name. Fixes issue #29. Signed-off-by: Petr Machata <[email protected]>
- Loading branch information