You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Turns out that we already did special-case arguments, eval, and caller keywords, we just hadn't bothered completing the rest of the list.
Currently these are unsupported as identifiers in the ocaml source code. I propose to permit them, but to prefix the variable name with a $ character. We already use $ in place of ', and ocaml does not permit ' as the first character of an identifier, so we should be safe to use it as a prefix.
The generator should not accept variable names that are reserved JavaScript words.
The text was updated successfully, but these errors were encountered: