aboutsummaryrefslogtreecommitdiffhomepage
path: root/parser.h
AgeCommit message (Expand)AuthorFilesLines
2012-11-16support different kinds of runtime errors (using C++ exceptions)Robin Haberkorn1-22/+61
2012-11-15added Interface class to ease porting SciTECO to other platforms (toolkits)Robin Haberkorn1-0/+3
2012-11-14error checking and colon modifier support for lots of commandsRobin Haberkorn1-3/+3
2012-11-13<n>W, <n>V, <n>Y commandsRobin Haberkorn1-0/+1
2012-11-13added support for string match characters (match spec to regexp compiler)Robin Haberkorn1-0/+13
2012-11-13<x[,y]>S...$ command (only regexp searching at the moment)Robin Haberkorn1-0/+14
2012-11-12distinguish between GOTO, LOOP and CONDITIONAL parse-only modes: fixes loop b...Robin Haberkorn1-2/+4
2012-11-11<x,y>Xq command, automatic profile munging, explicit munging, commandline opt...Robin Haberkorn1-0/+1
2012-11-11automatic support for string building charactersRobin Haberkorn1-0/+24
2012-11-11implemented conditionals (<n>"x...|...')Robin Haberkorn1-0/+9
2012-11-11implemented F<, F>, F' and F| (flow) commandsRobin Haberkorn1-0/+9
2012-11-11Q-Register table and EQx commandRobin Haberkorn1-1/+21
2012-11-10use namespace "States" instead of "states" structureRobin Haberkorn1-12/+7
2012-11-10filename autocompletion using <CTRL/T> and <TAB>Robin Haberkorn1-0/+3
2012-11-08added buffer ring and preliminary EB...$ implementationRobin Haberkorn1-0/+2
2012-11-08EX commandRobin Haberkorn1-0/+9
2012-11-08insert (I) and <TAB> commands implementedRobin Haberkorn1-0/+26
2012-11-08added <CNTRL/x> and ^x commandsRobin Haberkorn1-0/+14
2012-11-08added support for labels, including the goto label tableRobin Haberkorn1-0/+18
2012-11-07additional commands implementedRobin Haberkorn1-0/+1
2012-11-07undo stack enable/disable, parse-only mode, colon modifiers evaluationRobin Haberkorn1-4/+8
2012-11-07add helper function to initialize transition tableRobin Haberkorn1-0/+12
2012-11-07check bounds when accessing the transitions tableRobin Haberkorn1-12/+1
2012-11-07fixed "-" processing and improved C command, added R commandRobin Haberkorn1-0/+2
2012-11-06initial commit of SciTECO based on THECORobin Haberkorn1-0/+45