aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/LuaSL/README
diff options
context:
space:
mode:
authorDavid Walter Seikel2012-01-07 01:18:11 +1000
committerDavid Walter Seikel2012-01-07 01:18:11 +1000
commit7cdcc9ee93757f8406094373d3faddaf62849e52 (patch)
tree9b66b2c8160f4c9e901b1eb07c3372fe62037c7c /LuaSL/README
parentFlex performance tweaks, and other options. (diff)
downloadSledjHamr-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/README6
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
78Ubuntu) apparently no longer supports C, only C++. It's written in C 78Ubuntu) apparently no longer supports C, only C++. It's written in C
79though. 79though.
80 80
81Let's see if flex and btyacc will do the trick, and output C. 81Let's see if flex and btyacc will do the trick, and output C. Might be
82 82best to have the LSL to Lua converter as a seperate executable. Think
83Might be best to have the LSL to Lua converter as a seperate executable. 83I'll end up writing my own parser.