diff options
Diffstat (limited to '')
-rw-r--r-- | LuaSL/testLua/yueliang-0.4.1/OlderNews | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/LuaSL/testLua/yueliang-0.4.1/OlderNews b/LuaSL/testLua/yueliang-0.4.1/OlderNews new file mode 100644 index 0000000..7fe9c9e --- /dev/null +++ b/LuaSL/testLua/yueliang-0.4.1/OlderNews | |||
@@ -0,0 +1,43 @@ | |||
1 | OLDER NEWS | ||
2 | |||
3 | Major changes for version 0.2.4 (details in the ChangeLog): | ||
4 | * Completely reworked native parser skeleton for 5.0.3 | ||
5 | (Partially working, test snippets and logging messages being written | ||
6 | in order to verify it. This is a test run limited to a parser | ||
7 | skeleton before doing a full native implementation for 5.1.x) | ||
8 | |||
9 | Major changes for version 0.2.3 (details in the ChangeLog): | ||
10 | * Updated front end to 5.1.3 | ||
11 | |||
12 | Major changes for version 0.2.2 (details in the ChangeLog): | ||
13 | * Updated front end to 5.1.2 | ||
14 | |||
15 | Major changes for version 0.2.1 (details in the ChangeLog): | ||
16 | * Added a parser test suite for both 5.0.3 and 5.1.1 front ends | ||
17 | * One bug fixed for the 5.1.1 front end | ||
18 | |||
19 | Major changes for version 0.2.0 (details in the ChangeLog): | ||
20 | * Yueliang can generate Lua 5.1.1 binary chunks now | ||
21 | |||
22 | Major changes for version 0.1.4 (details in the ChangeLog): | ||
23 | * updated 5.0.2 material to 5.0.3, front end test script | ||
24 | * updated 5.1 material to 5.1.1, added ldump.lua, lopcodes.lua, | ||
25 | and some test scripts, lexer debugged | ||
26 | |||
27 | Major changes for version 0.1.3 (details in the ChangeLog): | ||
28 | * added a Lua-style expression parsing demonstrator | ||
29 | * added lexer for Lua 5.1 | ||
30 | * native versions of Lua 5.0.2 lexer in the nat-5.0.2 directory | ||
31 | * 0.1.3 will be the last version of Yueliang for Lua 5.0.2 | ||
32 | |||
33 | Major changes for version 0.1.2 (details in the ChangeLog): | ||
34 | * added test cases for number conversion functions in ldump.lua | ||
35 | (recognizes +/- infinity now) | ||
36 | |||
37 | Major changes for version 0.1.1 (details in the ChangeLog): | ||
38 | * added a script to generate a call graph or hierarchy | ||
39 | |||
40 | Major changes for version 0.1.0 (details in the ChangeLog): | ||
41 | * initial release: lexer/parser/code generator works, and binary | ||
42 | chunks can be produced | ||
43 | |||