]> git.madduck.net Git - etc/awesome.git/commit

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

luatz/parse: On a non-conforming string, return `nil, err` instead of throwing an...
authordaurnimator <quae@daurnimator.com>
Wed, 21 Oct 2015 19:05:20 +0000 (15:05 -0400)
committerdaurnimator <quae@daurnimator.com>
Wed, 21 Oct 2015 19:05:20 +0000 (15:05 -0400)
commitd5edaa6f361af75bebab47497b4654cbe428a1b7
treec1af6bdc384f87312e4b04278061b728c03b182f
parenta2979e68e75a80221f6f64cc3558d956c2ebfb18
luatz/parse: On a non-conforming string, return `nil, err` instead of throwing an error

Closes #6
doc/parse.md
luatz/parse.lua
spec/parse_spec.lua