cleishm
released this
This is a beta release of libcypher-parser. The usage and API may change before a GA release is made.
Mac OS X users, please install via homebrew:
$ brew install cleishm/neo4j/libcypher-parser
Ubuntu users, please install via the PPA:
$ sudo add-apt-repository ppa:cleishm/neo4j
$ sudo apt-get update
$ sudo apt-get install cypher-lint libcypher-parser
There are also packages available for other platforms, including Debian, Ubuntu, Fedora, CentOS and openSUSE.
Changes:
- Fix issue in configure.ac that was requiring peg for distribution builds.
Assets
4
cleishm
released this
This is a beta release of libcypher-parser. The usage and API may change before a GA release is made.
Mac OS X users, please install via homebrew:
$ brew install cleishm/neo4j/libcypher-parser
Ubuntu users, please install via the PPA:
$ sudo add-apt-repository ppa:cleishm/neo4j
$ sudo apt-get update
$ sudo apt-get install cypher-lint libcypher-parser
There are also packages available for other platforms, including Debian, Ubuntu, Fedora, CentOS and openSUSE.
Changes:
- Adjust precedence of IS NULL
- Fix several build warnings
- Adjust precedence of regex and equals infix operator parsing
Assets
4
cleishm
released this
This is a beta release of libcypher-parser. The usage and API may change before a GA release is made.
Mac OS X users, please install via homebrew:
$ brew install cleishm/neo4j/libcypher-parser
Ubuntu users, please install via the PPA:
$ sudo add-apt-repository ppa:cleishm/neo4j
$ sudo apt-get update
$ sudo apt-get install cypher-lint libcypher-parser
There are also packages available for other platforms, including Debian, Ubuntu, Fedora, CentOS and openSUSE.
Changes:
- Adds #define's for compile-time version inspection (suggested by @franekp)
Assets
4
cleishm
released this
This is a beta release of libcypher-parser. The usage and API may change before a GA release is made.
Mac OS X users, please install via homebrew:
$ brew install cleishm/neo4j/libcypher-parser
Ubuntu users, please install via the PPA:
$ sudo add-apt-repository ppa:cleishm/neo4j
$ sudo apt-get update
$ sudo apt-get install cypher-lint libcypher-parser
There are also packages available for other platforms, including Debian, Ubuntu, Fedora, CentOS and openSUSE.
Changes:
- Accept parameters using leading
$
- Support pattern comprehensions
- Support ENDS WITH
- Support map projections
- Various other fixes and updates
Assets
4
cleishm
released this
This is a beta release of libcypher-parser. The usage and API may change before a GA release is made.
Mac OS X users, please install via homebrew:
$ brew install cleishm/neo4j/libcypher-parser
Ubuntu users, please install via the PPA:
$ sudo add-apt-repository ppa:cleishm/neo4j
$ sudo apt-get update
$ sudo apt-get install cypher-lint libcypher-parser
There are also packages available for other platforms, including Debian, Ubuntu, Fedora, CentOS and openSUSE.
Changes:
- Fixes an issue with indentation of multiline commands.
Assets
4
cleishm
released this
This is a beta release of libcypher-parser. The usage and API may change before a GA release is made.
Mac OS X users, please install via homebrew:
$ brew install cleishm/neo4j/libcypher-parser
Ubuntu users, please install via the PPA:
$ sudo add-apt-repository ppa:cleishm/neo4j
$ sudo apt-get update
$ sudo apt-get install cypher-lint libcypher-parser
There are also packages available for other platforms, including Debian, Ubuntu, Fedora, CentOS and openSUSE.
Changes:
- Fixes an issue tracking line numbers over multiple statements.
Assets
4
cleishm
released this
This is a beta release of libcypher-parser. The usage and API may change before a GA release is made.
Mac OS X users, please install via homebrew:
$ brew install cleishm/neo4j/libcypher-parser
Ubuntu users, please install via the PPA:
$ sudo add-apt-repository ppa:cleishm/neo4j
$ sudo apt-get update
$ sudo apt-get install cypher-lint libcypher-parser
There are also packages available for other platforms, including Debian, Ubuntu, Fedora, CentOS and openSUSE.
Changes:
- Handle unterminated block quotes and string literals
- Provide next start offset during quick parsing
Assets
4
cleishm
released this
This is a beta release of libcypher-parser. The usage and API may change before a GA release is made.
Mac OS X users, please install via homebrew:
$ brew install cleishm/neo4j/libcypher-parser
Ubuntu users, please install via the PPA:
$ sudo add-apt-repository ppa:cleishm/neo4j
$ sudo apt-get update
$ sudo apt-get install cypher-lint libcypher-parser
There are also packages available for other platforms, including Debian, Ubuntu, Fedora, CentOS and openSUSE.
Changes:
- Allow client commands to span multiple lines
- Allow client commands to be terminated by semicolons
Assets
4
cleishm
released this
This is a beta release of libcypher-parser. The usage and API may change before a GA release is made.
Mac OS X users, please install via homebrew:
$ brew install cleishm/neo4j/libcypher-parser
Ubuntu users, please install via the PPA:
$ sudo add-apt-repository ppa:cleishm/neo4j
$ sudo apt-get update
$ sudo apt-get install cypher-lint libcypher-parser
There are also packages available for other platforms, including Debian, Ubuntu, Fedora, CentOS and openSUSE.
Changes:
- Improve line number tracking for error reporting
- Add range information to quick parse callback