Author: bernhard Date: Tue Jan 10 09:17:35 2006 New Revision: 11043 Modified: trunk/languages/LANGUAGES.STATUS Log: languages: Mention Lua2PIR in LANGUAGES.STATUS
Modified: trunk/languages/LANGUAGES.STATUS ============================================================================== --- trunk/languages/LANGUAGES.STATUS (original) +++ trunk/languages/LANGUAGES.STATUS Tue Jan 10 09:17:35 2006 @@ -382,7 +382,8 @@ Klaas-Jan Stol Making Lua work on Parrot. Implemented in C. The lexer is built with Flex. The Parser is built with Bison. TreeCC is used to generate the code for creating the Abstract Syntax Tree. -Lua bytecode translation is being investigated. + +There is also a Lua bytecode to PIR compiler at http://members.home.nl/joeijoei/lua2pir/ =item Status @@ -390,7 +391,7 @@ Simple examples are working. The current =item Last verified with parrot version -0.4.0 +0.4.1 =item Location
