1
0
Fork 0
mirror of https://github.com/jashkenas/coffeescript.git synced 2022-11-09 12:23:24 -05:00

added exponential and hex numbers

This commit is contained in:
Jeremy Ashkenas 2009-12-17 20:59:19 -05:00
parent 398251ff90
commit 2c90e8b002
3 changed files with 11 additions and 4 deletions

View file

@ -19,7 +19,9 @@ spaced_out_multiline_object: {
pi: 3.14159
list: [1, 2, 3, 4]
a_googol: 1e100
list: [-1, 0, 1, 2, 3, 4]
regex: /match[ing](every|thing|\/)/gi