aboutsummaryrefslogtreecommitdiffhomepage
path: root/parser.cpp
AgeCommit message (Expand)AuthorFilesLines
2012-11-10filename autocompletion using <CTRL/T> and <TAB>Robin Haberkorn1-3/+2
2012-11-08added buffer ring and preliminary EB...$ implementationRobin Haberkorn1-0/+1
2012-11-08EX commandRobin Haberkorn1-0/+23
2012-11-08insert (I) and <TAB> commands implementedRobin Haberkorn1-2/+106
2012-11-08add form feed to list of whitespace charactersRobin Haberkorn1-1/+1
2012-11-08support line termination ($$) as immediate editing command + some fixesRobin Haberkorn1-1/+1
2012-11-08added <CNTRL/x> and ^x commandsRobin Haberkorn1-8/+74
2012-11-08added support for labels, including the goto label tableRobin Haberkorn1-8/+6
2012-11-07additional commands implementedRobin Haberkorn1-2/+207
2012-11-07undo stack enable/disable, parse-only mode, colon modifiers evaluationRobin Haberkorn1-7/+63
2012-11-07add helper function to initialize transition tableRobin Haberkorn1-5/+2
2012-11-07check bounds when accessing the transitions tableRobin Haberkorn1-1/+15
2012-11-07fixed "," operatorRobin Haberkorn1-3/+2
2012-11-07fixed "-" processing and improved C command, added R commandRobin Haberkorn1-3/+13
2012-11-07expression stack fixes and some arithmetic commandsRobin Haberkorn1-6/+58
2012-11-07expression stack based on THECO's ArithmeticStackRobin Haberkorn1-0/+1
2012-11-06initial commit of SciTECO based on THECORobin Haberkorn1-0/+95