polserver/lib
Eric Swanson d456cc98eb
Update compiler grammar (#238)
* Update grammar
  - add '=' to grammar so that we can report appropriate errors
  - add elvis ?: operator
  - add foreachIterableExpression to match old compiler (which only allows certain expressions)
  - allow both byref and unused on the same function parameter
  - rename methodCall -> functionCall
  - rename memberCall -> methodCall
  - add named parser rule for functionReference
  - move everything that isn't expression(s) with operators into primary
    - expression is now just the left-recursive rules and prefix operators
  - add named parser rules for struct, dictionary, error, array initialization
  - remove special-case for named parameters with := from function call argument, because it is ambiguous with assignment
  - Moved array access, object member access, and object method calls to navigationSuffix

* Regen grammar
2020-08-21 01:53:42 -07:00
..
antlr Antlr and Curl build step fix (#213) 2020-08-13 15:16:36 +02:00
EscriptGrammar Update compiler grammar (#238) 2020-08-21 01:53:42 -07:00
format Support for github actions 2019-12-26 21:43:41 +01:00
google-benchmark Include and buildsystem cleanup (#45) 2018-01-29 21:55:48 +01:00
kaitai-runtime/kaitai Added kaitai runtime for cpp 2018-02-19 18:30:19 +01:00
mysql-connector-c-6.0.2-win32 added sql support for windows, static linking in windows sucks with mysql so additional dll is required 2011-12-29 12:28:48 +00:00
mysql-connector-c-6.0.2-winx64 added sql support for windows, static linking in windows sucks with mysql so additional dll is required 2011-12-29 12:28:48 +00:00
picojson-1.3.0 Initial implementation of json 2018-01-05 20:40:14 +01:00
StackWalker fix compile error with clang 2020-01-13 11:13:35 +01:00
tinyxml CMake on windows (#48) 2018-02-24 22:34:55 +01:00
utf8 utf8 work in progress 2018-06-25 19:30:59 +02:00
zlib updated zlib for windows 2018-06-24 11:41:30 +02:00
.gitignore updated Boost to 1.67 2018-06-24 11:14:51 +02:00
boost_1_67_0.tar.bz2 updated Boost to 1.67 2018-06-24 11:14:51 +02:00
curl-7.57.0.zip Initial implementation of libcurl support 2017-12-27 21:46:13 +01:00