Jump to content

Turbo Pascal Lex/YACC: Difference between revisions

From EDM2
mNo edit summary
Line 3: Line 3:
==Versions==
==Versions==
* Last known version: Turbo Pascal Lex/Yacc v.4.1a [http://hobbes.nmsu.edu/h-search.php?key=tply41a]
* Last known version: Turbo Pascal Lex/Yacc v.4.1a [http://hobbes.nmsu.edu/h-search.php?key=tply41a]
: The 4.x versions are released as source code only but they and their output compile cleanly with most Turbo Pascal compatible tools such as [[Virtual Pascal]] and [[TMT Pascal]].
: The 4.x versions are released as source code only but they and their output compile cleanly with most Turbo Pascal compatible tools such as [[Free Pascal]], [[Virtual Pascal]] and [[TMT Pascal]].


==Links & publications==
==Links & publications==

Revision as of 19:58, 15 February 2016

An open source parser generator for Turbo Pascal compatible development tools, it is syntax compatible with the UNIX style Lex/YACC tools but outputs Turbo Pascal compatible code rather than C code. Like other Lex/YACC based or compatible tools Turbo Pascal Lex/Yacc does not have quite the power or flexibility of the Modula-2 and Oberon based tools such as CoCo and Cocktail, but on the other hand there does not appear to be a version of either of these two currently for OS/2 that offers Pascal output.

Versions

  • Last known version: Turbo Pascal Lex/Yacc v.4.1a [1]
The 4.x versions are released as source code only but they and their output compile cleanly with most Turbo Pascal compatible tools such as Free Pascal, Virtual Pascal and TMT Pascal.

Links & publications

License

Authors

  • Albert Graef
  • Berend de Boer