Lines Matching full:syntax
48 // 2 - Changed the syntax() call to take only a version number, instead of the
50 // Files now start with syntax(2) instead of syntax('config', 1).
67 /// Whether syntax() has been called or not.
81 /// Callback executed by the Lua syntax() function.
83 /// \param syntax_version The syntax format version as provided by the
84 /// configuration file in the call to syntax().
89 throw syntax_error("syntax() can only be called once"); in syntax_callback()
110 throw config::value_error("Last argument to syntax must be a number"); in lua_syntax()
116 "syntax()"); in lua_syntax()
118 throw config::value_error("First argument to syntax must be " in lua_syntax()
122 throw config::value_error("syntax() only takes one argument"); in lua_syntax()
149 _pimpl->_state.set_global("syntax"); in parser()
180 throw syntax_error("No syntax defined (no call to syntax() found)"); in parse()