diff options
author | David Walter Seikel | 2012-01-07 01:18:11 +1000 |
---|---|---|
committer | David Walter Seikel | 2012-01-07 01:18:11 +1000 |
commit | 7cdcc9ee93757f8406094373d3faddaf62849e52 (patch) | |
tree | 9b66b2c8160f4c9e901b1eb07c3372fe62037c7c /LuaSL/README | |
parent | Flex performance tweaks, and other options. (diff) | |
download | SledjHamr-7cdcc9ee93757f8406094373d3faddaf62849e52.zip SledjHamr-7cdcc9ee93757f8406094373d3faddaf62849e52.tar.gz SledjHamr-7cdcc9ee93757f8406094373d3faddaf62849e52.tar.bz2 SledjHamr-7cdcc9ee93757f8406094373d3faddaf62849e52.tar.xz |
Convert the parser from dealing with just expressions, to dealing with the entire AST.
Diffstat (limited to 'LuaSL/README')
-rw-r--r-- | LuaSL/README | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/LuaSL/README b/LuaSL/README index b8edefc..c02b180 100644 --- a/LuaSL/README +++ b/LuaSL/README | |||
@@ -78,6 +78,6 @@ useful extras. btyacc version 3 (the version coming from my version of | |||
78 | Ubuntu) apparently no longer supports C, only C++. It's written in C | 78 | Ubuntu) apparently no longer supports C, only C++. It's written in C |
79 | though. | 79 | though. |
80 | 80 | ||
81 | Let's see if flex and btyacc will do the trick, and output C. | 81 | Let's see if flex and btyacc will do the trick, and output C. Might be |
82 | 82 | best to have the LSL to Lua converter as a seperate executable. Think | |
83 | Might be best to have the LSL to Lua converter as a seperate executable. | 83 | I'll end up writing my own parser. |