parserInstructions.rst (cheetah3-3.1.0) | : | parserInstructions.rst (cheetah3-3.2.0) | ||
---|---|---|---|---|
Directives: Parser Instructions | Directives: Parser Instructions | |||
=============================== | =============================== | |||
(parserInstructions) | ||||
#breakpoint | #breakpoint | |||
----------- | ----------- | |||
(parserInstructions.breakpoint) | ||||
The template: | The template: | |||
:: | :: | |||
Text before breakpoint. | Text before breakpoint. | |||
#breakpoint | #breakpoint | |||
Text after breakpoint. | Text after breakpoint. | |||
#raise RuntimeError | #raise RuntimeError | |||
The output: | The output: | |||
skipping to change at line 37 | skipping to change at line 33 | |||
:: | :: | |||
write('Text before breakpoint.\n') | write('Text before breakpoint.\n') | |||
Nothing after the breakpoint was compiled. | Nothing after the breakpoint was compiled. | |||
#compiler | #compiler | |||
--------- | --------- | |||
(parserInstructions.compiler) | ||||
The template: | The template: | |||
:: | :: | |||
// Not a comment | // Not a comment | |||
#compiler commentStartToken = '//' | #compiler commentStartToken = '//' | |||
// A comment | // A comment | |||
#compiler reset | #compiler reset | |||
// Not a comment | // Not a comment | |||
End of changes. 3 change blocks. | ||||
6 lines changed or deleted | 0 lines changed or added |