Artifact
5c0958e09df16ec4b14afee25ed856d6d0a05c52:
- File
modules/pt/tests/data/ok/peg_peg-fused/11_epsilon
— part of check-in
[bce28f8438]
at
2014-01-21 22:52:10
on branch pt-bug-7665c3532c-epsilon
— Ticket [7665c3532c]. Matching the empty string, i.e. epsilon.
Extended the Literal command in the AST traversal part of the PEG
importer to recognize the empty string and generate the proper PE
(i.e. epsilon).
Extended the Convert command of the PEG exporter to properly convert
epsilon into an empty string.
Extended testsuite.
(Not fully tested yet)
(user:
andreask
size: 33)
[more...]
- File
modules/pt/tests/data/ok/peg_peg/11_epsilon
— part of check-in
[66707cafa9]
at
2014-01-22 08:45:38
on branch pt-bug-7665c3532c-epsilon
— Fix all issues with the extended tests. I.e. replace various placeholder data with the real thing.
(user:
aku
size: 33)
PEG a_pe_grammar ('a' / '')
END;