Skip to content

Releases: Kray-G/kmyacc

v4.1.4+update.1

11 May 02:20
062d4e9
Compare
Choose a tag to compare

Here is the release version of 4.1.4 with some updates.

Basic feature

  • LALR(1) Parser Generator compatible with AT&T yacc.
  • Generates smaller table than Yacc/Berkeley yacc/Bison.
  • Supports multi-language.
    • C
    • Java
    • JavaScript
    • Perl
    • Python
    • ActionScript
    • PHP
    • C#
    • HSP

Updates

  • Supported to build on 64bit compiler.
  • Added Makefile.msc to compile with Visual C on Windows.
  • When defaulted, the model file below is used.
    • /usr/local/lib/kmyacc.LANG.parser on Linux.
    • $(exe folder)/kmyacc.LANG.parser on Windows.