go-parsekit/examples
Maurice Makaay 6d92e1dc68 Merged functionality of p.Expects(string) and p.UnexpectedInput().
It is now simply p.UnexpectedInput(string). This makes the naming
of unexpected input not as magical, but explicit (which is a GoodThing).
With one of the earlier incarnations of parsekit it did make sense,
but it went in a way in which explicit is more idiomatic for the package.
2019-06-07 07:56:24 +00:00
..
example_basiccalculator1_test.go Merged functionality of p.Expects(string) and p.UnexpectedInput(). 2019-06-07 07:56:24 +00:00
example_basiccalculator2_test.go Merged functionality of p.Expects(string) and p.UnexpectedInput(). 2019-06-07 07:56:24 +00:00
example_dutchpostcode_test.go Merged functionality of p.Expects(string) and p.UnexpectedInput(). 2019-06-07 07:56:24 +00:00
example_helloManyStateParser_test.go Merged functionality of p.Expects(string) and p.UnexpectedInput(). 2019-06-07 07:56:24 +00:00
example_helloParserCombinator_test.go Merged functionality of p.Expects(string) and p.UnexpectedInput(). 2019-06-07 07:56:24 +00:00
example_helloSingleStateParser_test.go Big simplification run once more, cleaned up code, added tests and examples, made stuff unexported where possible, to slim down the exported interface. 2019-06-04 23:15:02 +00:00
examples.go Big simplification run once more, cleaned up code, added tests and examples, made stuff unexported where possible, to slim down the exported interface. 2019-06-04 23:15:02 +00:00
examples_state_test.go Big simplification run once more, cleaned up code, added tests and examples, made stuff unexported where possible, to slim down the exported interface. 2019-06-04 23:15:02 +00:00