Commit Graph

  • 52918751c4 Actually return false from eat() on error for reduce part master Vitaliy Filippov 2013-08-26 16:12:51 +0400
  • a5afc90b9b Return false from eat() on error and true on success Vitaliy Filippov 2013-04-20 14:59:49 +0400
  • 8a53d5672c Better error messages Vitaliy Filippov 2013-04-20 14:59:16 +0400
  • ab902b4ac6 Compress reduce rules Vitaliy Filippov 2013-04-20 14:58:25 +0400
  • 1b4a4c6d5c Fix reference to ->errors Vitaliy Filippov 2013-04-20 14:07:16 +0400
  • 4d36b778a9 Allow to use multi-character tokens Vitaliy Filippov 2013-04-20 14:06:54 +0400
  • ddc9d8bf0a Make the %expect pragma work, and some general cleanup Richard van Velzen 2012-01-02 15:36:52 +0100
  • d88047272e Moved passing of errors to the parser itself Richard van Velzen 2012-01-02 13:40:10 +0100
  • acf176718d No more rule::prec, now just left_* and right_* Richard van Velzen 2012-01-02 13:04:57 +0100
  • e19abf7e21 Whoops, forgot that one... Richard van Velzen 2012-01-02 13:00:21 +0100
  • f669d69163 Made lime_scan_tokens.l somewhat more elegant to read Richard van Velzen 2012-01-02 12:59:35 +0100
  • 6163fdac49 Typo Richard van Velzen 2012-01-02 12:56:43 +0100
  • 79f30c5449 Added .gitignore Richard van Velzen 2012-01-02 12:55:44 +0100
  • e68b476c09 The error token works now. Richard van Velzen 2011-12-31 15:02:06 +0100
  • 1b7c30f7b8 Merge branch 'master' into ns Richard van Velzen 2011-12-31 11:32:27 +0100
  • f4a75c0365 Just to be sure, never render non-digit token references Richard van Velzen 2011-12-31 11:32:23 +0100
  • ef16fd5d09 Error messages can be more concise Richard van Velzen 2011-12-31 11:28:48 +0100
  • 793d2a4d85 Added extra info to the output Richard van Velzen 2011-12-31 11:28:35 +0100
  • 9715a068e9 Gzipped lemon.c, since I do not want github to think this is a C project Richard van Velzen 2011-12-31 11:13:05 +0100
  • cdc11cf0eb If %token is not before a precedence marker, the description should still be set. Richard van Velzen 2011-12-29 23:25:55 +0100
  • 170fc0d5f5 Integrated support for better error messages including token description Richard van Velzen 2011-12-29 22:37:30 +0100
  • eddf5d0259 Some extra stuff. More pragmas, and better EOF message Richard van Velzen 2011-12-29 17:44:44 +0100
  • cd0fcae035 Example stil needed some extra showing off Richard van Velzen 2011-12-29 14:22:03 +0100
  • 41598e9840 Less braces in error messages Richard van Velzen 2011-12-29 14:12:08 +0100
  • 1725a0cb66 Deleted HOWTO Richard van Velzen 2011-12-29 14:11:47 +0100
  • bd859b6393 Updated example to show off the %prec inline pragma Richard van Velzen 2011-12-29 14:11:01 +0100
  • 9ca1b6ef16 Of course, the code block has to be indented more Richard van Velzen 2011-12-29 13:11:38 +0100
  • 00127ed53c Moved HOWTO to README Richard van Velzen 2011-12-29 13:09:52 +0100
  • 6c257fc45b Added support for inline %prec definitions Richard van Velzen 2011-12-29 02:04:17 +0100
  • 175b67c614 Cleaning up the code Richard van Velzen 2011-12-28 22:50:59 +0100
  • 0e5a392f52 General cleanup of code Richard van Velzen 2011-12-28 01:00:14 +0100
  • 3263341362 lime.php is now executable Richard van Velzen 2011-12-27 22:30:10 +0100
  • 6789f4c785 Initial commit Richard van Velzen 2011-12-27 22:23:38 +0100