Created
April 2, 2020 19:55
-
-
Save zth/164ef2257f730349dc40c1fdc4e68b27 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
module.exports = [ | |
"and", | |
"as", | |
"asr", | |
"assert", | |
"begin", | |
"class", | |
"constraint", | |
"do", | |
"while", | |
"for", | |
"done", | |
"while", | |
"for", | |
"downto", | |
"else", | |
"end", | |
"exception", | |
"external", | |
"false", | |
"for", | |
"fun", | |
"function", | |
"functor", | |
"if", | |
"in", | |
"include", | |
"inherit", | |
"initializer", | |
"land", | |
"lazy", | |
"let", | |
"lor", | |
"lsl", | |
"lsr", | |
"lxor", | |
"match", | |
"method", | |
"mod", | |
"module", | |
"open", | |
"mutable", | |
"new", | |
"nonrec", | |
"object", | |
"of", | |
"open", | |
"open!", | |
"or", | |
"private", | |
"rec", | |
"let", | |
"module", | |
"sig", | |
"struct", | |
"then", | |
"to", | |
"true", | |
"try", | |
"type", | |
"val", | |
"virtual", | |
"val", | |
"method", | |
"class", | |
"when", | |
"while", | |
"with", | |
// Reason specific words | |
"switch" | |
]; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment