15 months ago pancake * Lot of fixups and code cleanups default tip
15 months ago pancake * Fix tree structure (some nodes was lost)
2009-11-03 pancake * Remove unnecesary force flag in parse_pushword ()
2009-11-03 pancake * Minor syntax and warning fixups
2009-09-03 pancake * Some code simplification (-34 LOC)
2009-09-03 pancake * Do reads on filedescriptors using blocks of 1024 bytes
2009-08-28 pancake * Fix parser with comments and ops
2009-08-28 pancake * Correctly parse and identify the 'operator' words
2009-08-27 pancake * Identify each tree node with a type of word
2009-08-26 pancake * Added script.c that executes the ast tree generated by tree.c
2009-08-26 pancake * Also handle \" in strings
2009-08-26 pancake * Fix parsing of parser.c by itself (does alt can parse C?)
2009-08-26 pancake * Minor indent fixups
2009-08-26 pancake * Do not add two consecutive empty nodes in tree
2009-08-25 pancake * Run tree walk after syntax parsing
2009-08-25 pancake * Added support for '(' and '{' nesting chars
2009-08-25 pancake * Use -Wall and clean warnings
2009-08-24 pancake * Store words in the tree
2009-08-24 pancake * Initial import of 'alt' the abstract language tree