Commit graph

16 commits

Author SHA1 Message Date
ea72414e6a Parser: read_input so we can provide unaltered input read by a parser. 2024-01-31 19:28:00 +01:00
ff455bce71 WIP: RFC5322 (first testable version almost there). 2024-01-30 02:22:43 +01:00
c88cb8215b Parser: char_num & char_range, Email: quoted-pair 2024-01-28 01:38:17 +01:00
8e68099e52 Split most parsers from the GenericParser.Parser module. 2024-01-27 08:03:16 +01:00
9868002114 WIP RFC5234 2024-01-27 05:02:04 +01:00
82056ba5b9 lookahead, IPv6 '::1' shortened representation. 2024-01-25 18:21:27 +01:00
b3abe0241f Provide a solution for "the last char" problem. 2024-01-25 07:19:25 +01:00
540b1c1962 rollback and until 2024-01-25 06:36:24 +01:00
9b82246d75 Better code for IPv4. 2024-01-24 03:54:16 +01:00
6f6c1b3836 New IPv4 address parser. 2024-01-23 03:55:45 +01:00
883c33967c Remove unused reference. 2024-01-20 02:04:08 +01:00
634aad96b7 (Very minor) code clean-up. 2024-01-20 01:05:11 +01:00
d4cbcb8b99 Fix position when an error occurs in sat. 2024-01-19 19:31:25 +01:00
22d6386c32 DomainParserRFC1035, documentation, code structure (try fn -> Parser module). 2024-01-19 15:08:52 +01:00
d4aa63730e More consistent function naming. 2024-01-19 02:27:11 +01:00
27817ff3aa Code structure. 2024-01-19 00:59:47 +01:00
Renamed from src/Parser.purs (Browse further)