-
Notifications
You must be signed in to change notification settings - Fork 297
Expand file tree
/
Copy pathCoffeeScript.coffee
More file actions
31 lines (25 loc) · 848 Bytes
/
CoffeeScript.coffee
File metadata and controls
31 lines (25 loc) · 848 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# 2.7 https://coffeescript.org/
# https://github.com/bevry/cson
# https://coffeescript.org/annotated-source/lexer.html#section-87
#! keywords ===========================================================
# JS_KEYWORDS
true false null this
new delete typeof in instanceof
return throw break continue debugger yield await
if else switch for while do try catch finally
class extends super
import export default
# COFFEE_KEYWORDS
undefined Infinity NaN
then unless until loop of by when
# COFFEE_ALIAS_MAP
and or is isnt not yes no on off
# IcedCoffeeScript https://maxtaco.github.io/coffee-script/
await defer
#! reserved words ===========================================================
# RESERVED
case function var void with const let enum
native implements interface package private
protected public static
# STRICT_PROSCRIBED
arguments eval