From 7cdcc9ee93757f8406094373d3faddaf62849e52 Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Sat, 7 Jan 2012 01:18:11 +1000 Subject: Convert the parser from dealing with just expressions, to dealing with the entire AST. --- LuaSL/README | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'LuaSL/README') 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 Ubuntu) apparently no longer supports C, only C++. It's written in C though. -Let's see if flex and btyacc will do the trick, and output C. - -Might be best to have the LSL to Lua converter as a seperate executable. +Let's see if flex and btyacc will do the trick, and output C. Might be +best to have the LSL to Lua converter as a seperate executable. Think +I'll end up writing my own parser. -- cgit v1.1