diff options
author | Tavian Barnes <tavianator@gmail.com> | 2010-03-19 12:48:38 -0400 |
---|---|---|
committer | Tavian Barnes <tavianator@gmail.com> | 2010-03-19 12:48:38 -0400 |
commit | c01e193e19d45e2c5b1e86928cedc11cdbdda476 (patch) | |
tree | 5233fa6d70c2a79022e19b1fffa13b2c5ce5c678 /dimension/common.terminals | |
parent | 8977b20f170a23bb917a0f09b4c558ad8bbdb0ab (diff) | |
download | dimension-c01e193e19d45e2c5b1e86928cedc11cdbdda476.tar.xz |
Support exp().
Diffstat (limited to 'dimension/common.terminals')
-rw-r--r-- | dimension/common.terminals | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dimension/common.terminals b/dimension/common.terminals index 20b6459..02338c9 100644 --- a/dimension/common.terminals +++ b/dimension/common.terminals @@ -176,7 +176,7 @@ %token DMNSN_T_EMISSION %token DMNSN_T_ERROR_BOUND %token DMNSN_T_EVALUATE -%token DMNSN_T_EXP +%token DMNSN_T_EXP "exp" %token DMNSN_T_EXPAND_THRESHOLDS %token DMNSN_T_EXPONENT %token DMNSN_T_EXTERIOR |