Turbo Pascal Lex/YACC: Difference between revisions
Appearance
mNo edit summary |
|||
(2 intermediate revisions by the same user not shown) | |||
Line 2: | Line 2: | ||
==Versions== | ==Versions== | ||
* | * Turbo Pascal Lex/Yacc 4.1a (tply41a.zip) | ||
: 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]]. | : 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]]. | ||
==License== | ==License== | ||
* Open source software, versions up to 3 were released into the [[public domain]], version 3 was released under a [[no commercial usage clause]], 4.1a is released under the [[GPL v2]]. | * Open source software, versions up to 3 were released into the [[public domain]], version 3 was released under a [[no commercial usage clause]], 4.1a is released under the [[GPL v2]]. | ||
*Authors: Dr. Albert Gräf, Berend de Boer | |||
== | ==Links== | ||
* | * www.musikwissenschaft.uni-mainz.de/~ag/tply/ | ||
[[Category:DOS | [[Category:DOS Tools]][[Category:Parsing Tools]] | ||
[[Category:Compiler construction]] | [[Category:Compiler construction]][[Category:Open Source Software]][[Category:Software written in Pascal]] | ||
[[Category:Open Source Software]][[Category:Software written in Pascal]] |
Latest revision as of 17:52, 3 July 2022
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
- Turbo Pascal Lex/Yacc 4.1a (tply41a.zip)
- 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.
License
- Open source software, versions up to 3 were released into the public domain, version 3 was released under a no commercial usage clause, 4.1a is released under the GPL v2.
- Authors: Dr. Albert Gräf, Berend de Boer
Links
- www.musikwissenschaft.uni-mainz.de/~ag/tply/