Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Add function parameters to the search list. | David Walter Seikel | 2012-01-17 | 1 | -9/+31 | |
| | ||||||
* | Change to the stringshared hash, it's way faster. | David Walter Seikel | 2012-01-17 | 1 | -4/+4 | |
| | ||||||
* | Some extra protection and debugging, coz something is making broken tokens. B-( | David Walter Seikel | 2012-01-17 | 1 | -4/+10 | |
| | ||||||
* | More damn operation validation. | David Walter Seikel | 2012-01-17 | 1 | -13/+21 | |
| | ||||||
* | Check variables, though not looking up function parameters yet. | David Walter Seikel | 2012-01-17 | 1 | -0/+11 | |
| | ||||||
* | Disable leaf burning for now, it's crashing. | David Walter Seikel | 2012-01-17 | 1 | -5/+4 | |
| | ||||||
* | A little cleanup. | David Walter Seikel | 2012-01-17 | 1 | -1/+2 | |
| | ||||||
* | More hacking at figuring out expression types with variables. Still not ↵ | David Walter Seikel | 2012-01-17 | 1 | -1/+15 | |
| | | | | working. | |||||
* | Add a variable lookup function. | David Walter Seikel | 2012-01-17 | 1 | -0/+21 | |
| | ||||||
* | Use eina hash for functions, states, and variables. | David Walter Seikel | 2012-01-17 | 1 | -18/+12 | |
| | ||||||
* | Using eina string buffer for ignorable text. | David Walter Seikel | 2012-01-17 | 1 | -6/+7 | |
| | ||||||
* | And now we can combine two functions, since they are identical. | David Walter Seikel | 2012-01-17 | 1 | -11/+4 | |
| | ||||||
* | Only need one of each in the value union. | David Walter Seikel | 2012-01-17 | 1 | -4/+4 | |
| | ||||||
* | Use stringshare, and const. | David Walter Seikel | 2012-01-17 | 1 | -2/+2 | |
| | ||||||
* | Remove unused debug variable. | David Walter Seikel | 2012-01-17 | 1 | -12/+2 | |
| | ||||||
* | Change that butt ugly name. | David Walter Seikel | 2012-01-17 | 1 | -56/+55 | |
| | ||||||
* | Use EFL logging. | David Walter Seikel | 2012-01-17 | 1 | -13/+19 | |
| | ||||||
* | Merge the compiler into the test harness. Remove excess files. | David Walter Seikel | 2012-01-17 | 1 | -0/+1126 | |
| | ||||||
* | Remove most of the constants, we can put them in Lua globals later. Make ↵ | David Walter Seikel | 2012-01-05 | 1 | -0/+1 | |
| | | | | the LSL parner more like the test one. | |||||
* | Add a compiler stub. | David Walter Seikel | 2012-01-05 | 1 | -0/+19 | |