Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix up single statement "blocks". | David Walter Seikel | 2012-02-02 | 1 | -0/+1 |
| | |||||
* | Output crements properly. | David Walter Seikel | 2012-02-02 | 1 | -1/+1 |
| | |||||
* | Parse and output for statements. Also, take care of ignorables on left ↵ | David Walter Seikel | 2012-02-01 | 1 | -1/+2 |
| | | | | parens of flow controls. | ||||
* | Parse and output lists. | David Walter Seikel | 2012-02-01 | 1 | -0/+1 |
| | |||||
* | Deal with parsing if ... else ... | David Walter Seikel | 2012-02-01 | 1 | -0/+2 |
| | |||||
* | Track event handlers differently from functions. | David Walter Seikel | 2012-02-01 | 1 | -0/+2 |
| | |||||
* | Collect and print function arguments. | David Walter Seikel | 2012-01-31 | 1 | -0/+1 |
| | |||||
* | Commentry++. | David Walter Seikel | 2012-01-31 | 1 | -1/+4 |
| | |||||
* | Put back function call stuff I removed before, and document why it needs to ↵ | David Walter Seikel | 2012-01-31 | 1 | -1/+1 |
| | | | | be there so I don't remove it again. lol | ||||
* | Fix a bunch of statement ignorables. | David Walter Seikel | 2012-01-31 | 1 | -1/+1 |
| | |||||
* | ignorableText -> ignorable coz it's neater. lol | David Walter Seikel | 2012-01-31 | 1 | -6/+6 |
| | |||||
* | Statements now have an ignorable array. | David Walter Seikel | 2012-01-31 | 1 | -1/+1 |
| | |||||
* | Clean out some old comments. | David Walter Seikel | 2012-01-31 | 1 | -6/+2 |
| | |||||
* | Ignorables for statements. | David Walter Seikel | 2012-01-30 | 1 | -0/+3 |
| | |||||
* | Blocks get ignorables now. | David Walter Seikel | 2012-01-30 | 1 | -0/+4 |
| | |||||
* | No longer storing blocks as leaves. This one required a whole heap of ↵ | David Walter Seikel | 2012-01-30 | 1 | -3/+3 |
| | | | | function reordering. | ||||
* | Track function type ignorable, and no need to store the leaf. | David Walter Seikel | 2012-01-30 | 1 | -1/+1 |
| | |||||
* | Clean up dangling function calls. | David Walter Seikel | 2012-01-30 | 1 | -1/+1 |
| | |||||
* | Add a new struct for tracking bits of text and the attached ignorable, then ↵ | David Walter Seikel | 2012-01-30 | 1 | -6/+16 |
| | | | | use it for names. | ||||
* | Comment++ | David Walter Seikel | 2012-01-30 | 1 | -0/+1 |
| | |||||
* | Change the way blocks start and end, the look ahead was screwing things. | David Walter Seikel | 2012-01-30 | 1 | -2/+3 |
| | |||||
* | token -> toKen. Seems to be a key word somewhere, best to be safe. | David Walter Seikel | 2012-01-30 | 1 | -2/+2 |
| | |||||
* | Add some of the flow control stuff, still needs lots of work. | David Walter Seikel | 2012-01-28 | 1 | -8/+12 |
| | |||||
* | Document the other Clist use, and change it's name while I'm at it. | David Walter Seikel | 2012-01-28 | 1 | -3/+3 |
| | |||||
* | Now I remember what that was for. Need caffeine. lol | David Walter Seikel | 2012-01-28 | 1 | -2/+2 |
| | |||||
* | Some more commentry while I think things through. | David Walter Seikel | 2012-01-28 | 1 | -4/+24 |
| | |||||
* | Hack together LuaSL, LuaJIT, and luaproc. It's frankenstein right now. lol | David Walter Seikel | 2012-01-25 | 1 | -0/+7 |
| | |||||
* | Make some operations valid. | David Walter Seikel | 2012-01-23 | 1 | -0/+5 |
| | |||||
* | Replace #ifdef with if or #if. | David Walter Seikel | 2012-01-23 | 1 | -6/+6 |
| | | | | Letting the compiler remove things with unreachable code optimisations, but still allowing it to check the code it removes. | ||||
* | Consider a script as properly compiled if it passes the diff test. | David Walter Seikel | 2012-01-22 | 1 | -1/+1 |
| | |||||
* | Parse 'crements. | David Walter Seikel | 2012-01-21 | 1 | -0/+1 |
| | |||||
* | More function call, and first part of dealing with using functions before ↵ | David Walter Seikel | 2012-01-21 | 1 | -31/+44 |
| | | | | declaring them. | ||||
* | Ah, there ARE key to key operators. | David Walter Seikel | 2012-01-21 | 1 | -0/+1 |
| | |||||
* | Parse function calls, at least the basics. | David Walter Seikel | 2012-01-21 | 1 | -0/+1 |
| | |||||
* | More stuff for parsing blocks and their statement lists. | David Walter Seikel | 2012-01-21 | 1 | -1/+3 |
| | |||||
* | Fix up the comments to match the code, and add more. | David Walter Seikel | 2012-01-21 | 1 | -11/+10 |
| | |||||
* | A better way to do function parameters. NOTE - using an unreleased Eina API ↵ | David Walter Seikel | 2012-01-21 | 1 | -2/+4 |
| | | | | from SVN. | ||||
* | Allow to compile out the diff check, and the ignore text stuff as that's ↵ | David Walter Seikel | 2012-01-20 | 1 | -0/+7 |
| | | | | it's only purpose. | ||||
* | Clean up parentesis and typecast a bit. | David Walter Seikel | 2012-01-20 | 1 | -2/+1 |
| | |||||
* | More commentry. | David Walter Seikel | 2012-01-20 | 1 | -3/+68 |
| | |||||
* | Move some comments to be more useful. | David Walter Seikel | 2012-01-17 | 1 | -29/+0 |
| | |||||
* | Add function parameters to the search list. | David Walter Seikel | 2012-01-17 | 1 | -15/+18 |
| | |||||
* | Check variables, though not looking up function parameters yet. | David Walter Seikel | 2012-01-17 | 1 | -0/+1 |
| | |||||
* | A little cleanup. | David Walter Seikel | 2012-01-17 | 1 | -1/+0 |
| | |||||
* | Use eina hash for functions, states, and variables. | David Walter Seikel | 2012-01-17 | 1 | -10/+9 |
| | |||||
* | Using eina string buffer for ignorable text. | David Walter Seikel | 2012-01-17 | 1 | -2/+2 |
| | |||||
* | Only need one of each in the value union. | David Walter Seikel | 2012-01-17 | 1 | -23/+4 |
| | |||||
* | Use stringshare, and const. | David Walter Seikel | 2012-01-17 | 1 | -11/+11 |
| | |||||
* | Store the lexer provided length. | David Walter Seikel | 2012-01-17 | 1 | -1/+1 |
| | |||||
* | Remove unused debug variable. | David Walter Seikel | 2012-01-17 | 1 | -1/+0 |
| |