| Commit message (Expand) | Author | Age | Files | Lines |
* | input locations should either be taken from files, or set to 'internal' | Adrian Thurston | 2012-09-15 | 1 | -3/+5 |
* | removing old COLM_LOG defines and vars | Adrian Thurston | 2012-08-24 | 1 | -9/+7 |
* | name fixes Repl -> Cons | Adrian Thurston | 2012-08-18 | 1 | -17/+17 |
* | revert "moved 'colm' dir to 'src'" | Adrian Thurston | 2012-08-01 | 1 | -0/+2088 |
* | moved 'colm' dir to 'src' | Adrian Thurston | 2012-07-01 | 1 | -2091/+0 |
* | class name change ParseData -> Compiler | Adrian Thurston | 2012-05-26 | 1 | -39/+39 |
* | putting collect-ignores in the grammar as zero-length tokens | Adrian Thurston | 2012-05-25 | 1 | -3/+0 |
* | cleanup of collect-ignore | Adrian Thurston | 2012-05-25 | 1 | -3/+3 |
* | collect-ignore implementation | Adrian Thurston | 2012-05-24 | 1 | -0/+3 |
* | experimenting with use of a nonterm for collecting ignores. | Adrian Thurston | 2012-05-24 | 1 | -13/+34 |
* | added a syntax for specifying no ignores | Adrian Thurston | 2012-05-23 | 1 | -8/+10 |
* | improvements to ignore handling in the parser | Adrian Thurston | 2012-05-22 | 1 | -6/+23 |
* | eliminated the IgnoreTree struct. | Adrian Thurston | 2012-05-21 | 1 | -2/+2 |
* | first checkin on no-kid-flags and no-ignore-dupes branch | Adrian Thurston | 2012-05-20 | 1 | -1/+30 |
* | a follow-ignore that appears to work | Adrian Thurston | 2012-05-19 | 1 | -14/+22 |
* | pre-regions, towards follow ignores | Adrian Thurston | 2012-05-19 | 1 | -5/+29 |
* | Use the parse trees in the bindings array. Probably can turn this into a bit in | Adrian Thurston | 2012-05-17 | 1 | -1/+1 |
* | Call the parse tree flags PF_*. | Adrian Thurston | 2012-05-16 | 1 | -7/+7 |
* | ARTIFICIAL and NAMED flags now used only in parse trees. | Adrian Thurston | 2012-05-16 | 1 | -6/+0 |
* | AF_TERM_DUP now stays out of the data parse tree node. The NAMED and ARTIFICIAL | Adrian Thurston | 2012-05-16 | 1 | -10/+8 |
* | Going to move more flags into the parse tree nodes. Verifying that they are | Adrian Thurston | 2012-05-16 | 1 | -12/+39 |
* | Eliminated PtKid. Worked on first test run (!). | Adrian Thurston | 2012-05-14 | 1 | -4/+4 |
* | Eliminated the pt macro. | Adrian Thurston | 2012-05-14 | 1 | -6/+4 |
* | Only advance reductions where we need to for parse_stop. | Adrian Thurston | 2012-05-13 | 1 | -0/+33 |
* | Fill nodes using the data tree. | Adrian Thurston | 2012-05-11 | 1 | -60/+58 |
* | Going to eliminate the use of state in when building patterns and replacements. | Adrian Thurston | 2012-05-11 | 1 | -55/+64 |
* | Don't add attributes to parse tree nodes. | Adrian Thurston | 2012-05-06 | 1 | -2/+2 |
* | Some more protection for treeChild calls. Need to stop creating attributes for | Adrian Thurston | 2012-05-06 | 1 | -2/+3 |
* | Named TREEs (patterns/replacements) have attribute children, but their parse | Adrian Thurston | 2012-05-05 | 1 | -2/+5 |
* | Instead of copying the incoming tree into the data shadow, the incoming tree is | Adrian Thurston | 2012-05-05 | 1 | -1/+1 |
* | Use the shadow tree when pulling data out of nodes in pattern and replacement | Adrian Thurston | 2012-05-05 | 1 | -2/+2 |
* | When constructing we need to pull ignores from the shadow tree. | Adrian Thurston | 2012-05-04 | 1 | -20/+24 |
* | Replaced nameNonLit with a name created specifically for XML tags. | Adrian Thurston | 2012-05-04 | 1 | -2/+7 |
* | Split exports into header and code. In cases there is a type with the same name | Adrian Thurston | 2012-04-06 | 1 | -13/+29 |
* | Copyright notice updating. | Adrian Thurston | 2012-01-18 | 1 | -1/+1 |
* | Put frameSize and argSize into the frame info. Both were in func info only. | Adrian Thurston | 2012-01-15 | 1 | -2/+20 |
* | Store the root frame id in the runtime data. | Adrian Thurston | 2012-01-15 | 1 | -0/+2 |
* | Some name cleanup Accum -> Parser. AccumStream -> Input. | Adrian Thurston | 2012-01-02 | 1 | -2/+2 |
* | Superid test needs to be adjusted since splitting the stream into two objects. | Adrian Thurston | 2012-01-01 | 1 | -0/+1 |
* | Use zero for the null region. Required shifting the array over by one. | Adrian Thurston | 2011-11-19 | 1 | -4/+6 |
* | Cleanup: moving structs into the proper headers, new header for program struct, | Adrian Thurston | 2011-10-30 | 1 | -3/+0 |
* | Experimenting with gaining access to rhs elements by name instead of copying | Adrian Thurston | 2011-10-26 | 1 | -3/+9 |
* | Added automatic atributes by labeling RHS elements. Works for parsing, but not | Adrian Thurston | 2011-10-23 | 1 | -0/+2 |
* | General improvments. KlangEl -> LangEl. Program execution functions. | Adrian Thurston | 2011-10-23 | 1 | -29/+29 |
* | Added method of accessing the repeated value in the C++ export code. refs #328. | Adrian Thurston | 2011-10-23 | 1 | -0/+1 |
* | Started on a C++ interface to the colm data structures. Can return a tree from | Adrian Thurston | 2011-10-23 | 1 | -2/+12 |
* | Some cleanup of the main function. Just initColm, initProgram, runProgram, | Adrian Thurston | 2011-10-22 | 1 | -1/+1 |
* | Working on the XML output: Lifted the ignore tokens outside of the terminal | Adrian Thurston | 2011-10-16 | 1 | -1/+2 |
* | XML printing off the main tree. Work in progress. refs #325. | Adrian Thurston | 2011-10-10 | 1 | -0/+1 |
* | Again using a custom struct for ignore lists. refs #323. | Adrian Thurston | 2011-09-28 | 1 | -2/+2 |