Skip to content

Commit

Permalink
fix SI units
Browse files Browse the repository at this point in the history
  • Loading branch information
yaacov committed Feb 18, 2020
1 parent 8109e37 commit 159629e
Show file tree
Hide file tree
Showing 4 changed files with 168 additions and 157 deletions.
1 change: 1 addition & 0 deletions v5/TSL.g4
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ IDENTIFIER

NUMERIC_LITERAL
: DIGIT+ ('Ki' | 'Mi' | 'Gi' | 'Ti' | 'Pi')
| DIGIT+ ('K' | 'M' | 'G' | 'T' | 'P')
| DIGIT+ ( '.' DIGIT* )? ( E [-+]? DIGIT+ )?
| '.' DIGIT+ ( E [-+]? DIGIT+ )?
;
Expand Down
Loading

0 comments on commit 159629e

Please sign in to comment.