This mod doesn't actually check or tweak lua syntax in any way iirc, just wraps code into "function ... end" and load()'s it with a table of globals.
So everything that there is in factorio lua should be available, but factorio lua does have some things removed and/or changed in there, like file manipulation or making randomness more predictable (for multiplayer to work) - iirc all these tweaks are listed in factorio lua-api docs somewhere or on the wiki.