chameco / Solid

A minimalist interpreted language, with a clean object model and a tiny VM.
MIT License
273 stars 17 forks source link

bison error on core/parser.y #4

Closed luisbebop closed 11 years ago

luisbebop commented 11 years ago

~/D/c/Solid bison -d core/parser.y core/parser.y:6.9-18: syntax error, unexpected string, expecting =

Bison version: ~/D/c/Solid bison --version bison (GNU Bison) 2.3 Written by Robert Corbett and Richard Stallman.

chameco commented 11 years ago

Yeah, you probably want Bison 3.0. I guess this is the price I have to pay for rejecting autoconf. I'll add a notice to the README.