summaryrefslogtreecommitdiffhomepage
path: root/src/lex.def
AgeCommit message (Collapse)Author
2013-03-21update lex.defYukihiro Matz Matsumoto
2013-01-03Rebuild CRuby based building script without MakefileYuichiro MASUI
Tested CRuby 1.8.6 and 1.9.3 You can see building configuration in build_config.rb
2012-05-23add dependency from keywords to lex.defYukihiro Matsumoto
2012-05-20'not (2)' should not raise warningYukihiro Matsumoto
2012-05-17use gperf -L ANSI-C to generate lex.defYukihiro Matsumoto
2012-04-20add mruby sourcesmimaki