mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-26 13:11:30 +03:00
7f932036e9
This also updates the error message of some common combinators
22 lines
511 B
Plaintext
22 lines
511 B
Plaintext
1/1: Building StringParser (StringParser.idr)
|
|
Main> hiya
|
|
2
|
|
Parse failed at position 0-0: could not satisfy predicate
|
|
Parse failed at position 0-0: Not good
|
|
['7', '6', '6', '7', '7', '5']
|
|
['6', '3', '5', '5', '3']
|
|
"887"
|
|
"XML Comment"
|
|
"<- Complicated -- XML -- Comment ->"
|
|
Parse failed at position 0-24: end of string reached - "-->" not found
|
|
"123"
|
|
""
|
|
True
|
|
False
|
|
['a', '1', 'b', '2']
|
|
['a', 12, 'b', 3, 'c']
|
|
['a', 'b', 'c', 'd']
|
|
()
|
|
Parse failed at position 0-0: Purposefully changed OK to Fail
|
|
Main> Bye for now!
|