Files
stack_automaton/source/small.inc
2024-01-23 21:29:06 +01:00

6 lines
219 B
SourcePawn

{// i #
{ 'E', { {'i', Rule("(iE,1)")}, {'\0', Rule("") }}},
{ 'i', { {'i', Rule(POP) }, {'\0', Rule("") }}},
{ '\0', { {'i', Rule("") }, {'\0', Rule(ACCEPT) }}},
};