Remove lxor, land, and lor from reserved words
This commit is contained in:
parent
cae0dfb1aa
commit
c7e4f3f651
@ -280,12 +280,9 @@ let reserved =
|
||||
|> add "functor"
|
||||
|> add "inherit"
|
||||
|> add "initializer"
|
||||
|> add "land"
|
||||
|> add "lazy"
|
||||
|> add "lor"
|
||||
|> add "lsl"
|
||||
|> add "lsr"
|
||||
|> add "lxor"
|
||||
|> add "method"
|
||||
|> add "module"
|
||||
|> add "mutable"
|
||||
|
Loading…
Reference in New Issue
Block a user