forked from zufuliu/notepad4
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCoffeeScript.coffee
More file actions
28 lines (23 loc) · 775 Bytes
/
CoffeeScript.coffee
File metadata and controls
28 lines (23 loc) · 775 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
# 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
#! reserved words ===========================================================
# RESERVED
case function var void with const let enum
native implements interface package private
protected public static
# STRICT_PROSCRIBED
arguments eval