aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/parser.cpp
AgeCommit message (Expand)AuthorFilesLines
2013-03-19rewritten CHR2STR() using compound statementRobin Haberkorn1-2/+2
2013-03-18explicitly instantiate MicroStateMachine: fixes compilation with gcc-4.4Robin Haberkorn1-1/+1
2013-03-18remove all unused-attributes for parametersRobin Haberkorn1-1/+1
2013-03-17^E\ string building character to format numberRobin Haberkorn1-14/+15
2013-03-16make success/failure conditional tests more consistent with the definition of...Robin Haberkorn1-3/+9
2013-03-16documented remaining commandsRobin Haberkorn1-2/+2
2013-03-16completed documentation of all commands in parser.cppRobin Haberkorn1-1/+220
2013-03-16documented commands ending in StateStartRobin Haberkorn1-0/+311
2013-02-25EM...$ command to read macro from file and execute immediately (just like "M")Robin Haberkorn1-0/+1
2013-02-22use typedef for SciTECO integers and make it configurable at configure timeRobin Haberkorn1-17/+17
2013-02-16implemented command to query ASCII code of character (^^x)Robin Haberkorn1-0/+17
2013-02-14hide some implementation details in MicroStateMachinesRobin Haberkorn1-10/+7
2013-02-14use Q-Register micro state machine when parsing Q-Reg spec in string-building...Robin Haberkorn1-38/+31
2013-02-14rewritten string building state machine using a common MicroStateMachine base...Robin Haberkorn1-100/+89
2013-02-08reverse Execute::step() change: no need to pass parameters by referenceRobin Haberkorn1-4/+2
2013-02-08use special Q-Register $ (<ESC>) to hold the replacement commandlineRobin Haberkorn1-24/+16
2013-02-08delegate commandline replacements ("}") to the cmdline macro levelRobin Haberkorn1-36/+18
2013-02-03first draft of commandline-editing commands ({ and } as in VideoTECO)Robin Haberkorn1-3/+75
2013-02-01fixed buffer Ring initializationRobin Haberkorn1-6/+11
2013-01-23moved StateExpectQReg from parser.h to qregisters.hRobin Haberkorn1-28/+0
2013-01-23implemented special save last commandline command ("*" at beginning of comman...Robin Haberkorn1-0/+5
2013-01-19updated copyright (2012-2013)Robin Haberkorn1-1/+1
2013-01-19allow <CTRL/C> to be typed; aborts last typed charRobin Haberkorn1-0/+3
2012-12-04added copyright notice to every source fileRobin Haberkorn1-0/+17
2012-12-04first working version of autotools based build-systemRobin Haberkorn1-0/+4
2012-12-04autoconf preparation: move everything into src/ subdirRobin Haberkorn1-0/+1436