Made parser able to report multiple errors per call, using new Voodoo::Parser::Multip...
commit3ac8f9376ae3edc61428ec6ca4ef10bf859ae170
authoringlorion <voodoo@inglorion.net>
Sun, 29 Jan 2012 04:32:02 +0000 (28 20:32 -0800)
committeringlorion <voodoo@inglorion.net>
Sun, 29 Jan 2012 04:32:02 +0000 (28 20:32 -0800)
tree16bb7328ace144b2f2583814b5f63474eff056fa
parente4872fb83bb81195f2eb26408e6cf9bbca22247a
Made parser able to report multiple errors per call, using new Voodoo::Parser::MultipleErrors class
lib/voodoo/compiler.rb
lib/voodoo/parser.rb
test/errors.err
test/errors.voo
test/test_parser.rb