2021-02-28 05:00:20 +03:00
|
|
|
1/1: Building StringParser (StringParser.idr)
|
|
|
|
Main> hiya
|
2020-07-05 17:39:34 +03:00
|
|
|
2
|
2021-11-02 03:32:24 +03:00
|
|
|
Parse failed at position 0-0: could not satisfy predicate
|
|
|
|
Parse failed at position 0-0: Not good
|
2020-07-05 17:39:34 +03:00
|
|
|
['7', '6', '6', '7', '7', '5']
|
|
|
|
['6', '3', '5', '5', '3']
|
|
|
|
"887"
|
2021-10-22 18:33:14 +03:00
|
|
|
"XML Comment"
|
|
|
|
"<- Complicated -- XML -- Comment ->"
|
2021-11-02 03:32:24 +03:00
|
|
|
Parse failed at position 0-24: end of string reached - "-->" not found
|
2020-07-05 17:39:34 +03:00
|
|
|
"123"
|
|
|
|
""
|
|
|
|
True
|
|
|
|
False
|
2020-11-23 21:12:39 +03:00
|
|
|
['a', '1', 'b', '2']
|
2021-10-30 02:12:44 +03:00
|
|
|
['a', 12, 'b', 3, 'c']
|
2020-11-23 21:12:39 +03:00
|
|
|
['a', 'b', 'c', 'd']
|
|
|
|
()
|
2021-11-02 03:32:24 +03:00
|
|
|
Parse failed at position 0-0: Purposefully changed OK to Fail
|
2021-02-28 05:00:20 +03:00
|
|
|
Main> Bye for now!
|