aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/LuaSL (unfollow)
Commit message (Expand)AuthorFilesLines
2012-01-07Convert the parser from dealing with just expressions, to dealing with the en...David Walter Seikel4-237/+240
2012-01-06Flex performance tweaks, and other options.David Walter Seikel3-12/+17
2012-01-06Added most of the expression parser.David Walter Seikel3-33/+84
2012-01-06Precedence changes.David Walter Seikel1-2/+1
2012-01-06Remove errant empty line.David Walter Seikel1-1/+0
2012-01-06Folded this code into the rest of the C file, but forgot to remove the file.David Walter Seikel1-22/+0
2012-01-06Even more debugging stuff, and make it selectable if the parser uses #defines...David Walter Seikel4-122/+207
2012-01-06Add more debugging stuff.David Walter Seikel2-19/+21
2012-01-06Use the LSL_ enums for parser tokens. Some clean up and debugging.David Walter Seikel5-148/+147
2012-01-06Add more LSL parsing structure.David Walter Seikel5-114/+556
2012-01-05Update the not yet used real parser includes to.David Walter Seikel2-19/+13
2012-01-05Consolidate the parser includes.David Walter Seikel6-89/+75
2012-01-05Bit more cleanup.David Walter Seikel1-6/+8
2012-01-05Clean up the parser.David Walter Seikel3-142/+100
2012-01-05Remove most of the constants, we can put them in Lua globals later. Make the...David Walter Seikel4-991/+28
2012-01-05Added the unadulterated flex and bison source files from the SL viewer.David Walter Seikel3-0/+2751
2012-01-05Make the btyacc stuff a little more reentrant to match bison.David Walter Seikel1-8/+8
2012-01-05Add a simple flex + btyacc stub.David Walter Seikel9-1/+1303
2012-01-05Add a compiler stub.David Walter Seikel5-3/+47
2012-01-04Move the object files out of the source directory.David Walter Seikel1-6/+7
2012-01-04Skeleton of the GUI test harness for the LuaSL script engine.David Walter Seikel9-0/+613
2012-01-04Add a test sim with an MLP bed in it.David Walter Seikel20-1/+4056
2012-01-04Make some plans.David Walter Seikel1-1/+64
2012-01-04Add the skeleton.David Walter Seikel1-0/+1