aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/LuaSL/src/LuaSL_lemon_yaccer.y (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Parse and output for statements. Also, take care of ignorables on left ↵David Walter Seikel2012-02-011-2/+2
| | | | parens of flow controls.
* Parse and output lists.David Walter Seikel2012-02-011-1/+1
|
* Deal with parsing if ... else ...David Walter Seikel2012-02-011-3/+4
|
* Little cleanups.David Walter Seikel2012-02-011-2/+2
|
* Collect and print function arguments.David Walter Seikel2012-01-311-3/+3
|
* Fix a bunch of statement ignorables.David Walter Seikel2012-01-311-17/+17
|
* Clean out more old comments. Knew I forgot one.David Walter Seikel2012-01-311-2/+2
|
* Don't go outputting duplicate ignorables for function calls and variable ↵David Walter Seikel2012-01-301-1/+1
| | | | references.
* Add a new struct for tracking bits of text and the attached ignorable, then ↵David Walter Seikel2012-01-301-2/+2
| | | | use it for names.
* Remove the else if stuff, and empty function lists. Add the else precedence ↵David Walter Seikel2012-01-301-5/+7
| | | | hack back in.
* Clean up blocks / single statements. Also got rid of a lot of conflicts.David Walter Seikel2012-01-301-7/+6
|
* Patch up some more parser stuff.David Walter Seikel2012-01-301-7/+8
|
* Change the way blocks start and end, the look ahead was screwing things.David Walter Seikel2012-01-301-1/+5
|
* token -> toKen. Seems to be a key word somewhere, best to be safe.David Walter Seikel2012-01-301-9/+9
|
* typo--David Walter Seikel2012-01-281-1/+1
|
* Add some of the flow control stuff, still needs lots of work.David Walter Seikel2012-01-281-14/+14
|
* Remove the conflict, and the comment. lolDavid Walter Seikel2012-01-231-2/+0
|
* Document the new parser conflict.David Walter Seikel2012-01-231-0/+1
|
* Get the dot operator stubbed out so it parses.David Walter Seikel2012-01-231-1/+1
|
* Stub lists so they work, probaly needs more work.David Walter Seikel2012-01-231-1/+2
|
* Implement assignments.David Walter Seikel2012-01-231-7/+7
|
* Fix variable reference being replaced by it's definition.David Walter Seikel2012-01-231-65/+1
|
* That was just for debugging. Still chasing that bug.David Walter Seikel2012-01-231-2/+2
|
* Got distracted during debugging. Save for later.David Walter Seikel2012-01-221-0/+65
|
* Collect function definitions, add them to state blocks.David Walter Seikel2012-01-221-3/+4
|
* Tidy up the output.David Walter Seikel2012-01-221-2/+2
|
* Let "state default;" work.David Walter Seikel2012-01-221-0/+1
|
* Parse 'crements.David Walter Seikel2012-01-211-4/+4
|
* Standardise error messages.David Walter Seikel2012-01-211-2/+2
|
* No longer zero pad line numbers.David Walter Seikel2012-01-211-2/+2
|
* The default state is a different syntax from the other states.David Walter Seikel2012-01-211-1/+2
|
* Oops, left this off the last commit. More function call parsing.David Walter Seikel2012-01-211-2/+4
|
* Make typecast parse.David Walter Seikel2012-01-211-7/+7
|
* More stuff for parsing blocks and their statement lists.David Walter Seikel2012-01-211-3/+4
|
* Make vectors and rotations parse.David Walter Seikel2012-01-211-2/+3
|
* More quirk comments.David Walter Seikel2012-01-191-1/+1
|
* Add function parameters to the search list.David Walter Seikel2012-01-171-8/+10
|
* Check variables, though not looking up function parameters yet.David Walter Seikel2012-01-171-1/+1
|
* Clean up variable declarations.David Walter Seikel2012-01-171-2/+2
|
* Use eina hash for functions, states, and variables.David Walter Seikel2012-01-171-2/+2
|
* Change that butt ugly name.David Walter Seikel2012-01-171-33/+33
|
* Use EFL logging.David Walter Seikel2012-01-171-26/+46
|
* More identifier hacking.David Walter Seikel2012-01-171-2/+2
|
* No need to pass param to these.David Walter Seikel2012-01-171-6/+6
|
* Identifiers.David Walter Seikel2012-01-171-2/+2
|
* Actually make state work. lolDavid Walter Seikel2012-01-171-2/+2
|
* Parser now understands state, function, and variable derlarations. ↵David Walter Seikel2012-01-171-24/+27
| | | | Including scope. :-P
* Bit of clean up and commenting.David Walter Seikel2012-01-171-28/+58
|
* Parser now parses a real script to completion with no syntax errors! B-)David Walter Seikel2012-01-161-72/+88
|
* Make things more robust against a half arsed parser.David Walter Seikel2012-01-161-3/+3
|