• Joined on 2020-04-12
karchnu pushed to master at Baguette/parser 2024-01-20 01:34:06 +01:00
6a78e863c1 Accepting a final "." at the end of a subdomain (both RFC1035 and Modern Parser).
karchnu pushed to master at Baguette/parser 2024-01-20 01:06:00 +01:00
634aad96b7 (Very minor) code clean-up.
karchnu pushed to master at Baguette/parser 2024-01-19 19:32:55 +01:00
7b5e92490d Test modern domain parser
karchnu pushed to master at Baguette/parser 2024-01-19 19:32:43 +01:00
e1c6a6f1e9 Accept an underscore as a label prefix in the modern domain parser.
d4cbcb8b99 Fix position when an error occurs in sat.
Compare 2 commits »
karchnu pushed to master at Baguette/parser 2024-01-19 18:24:28 +01:00
bbb5c1c415 Simplification of the test code.
karchnu pushed to master at Baguette/parser 2024-01-19 15:32:45 +01:00
e459de778d Code split: DomainParser, DomainParserRFC1035, DomainParser.Common.
karchnu pushed to master at Baguette/parser 2024-01-19 15:09:33 +01:00
22d6386c32 DomainParserRFC1035, documentation, code structure (try fn -> Parser module).
karchnu pushed to master at Baguette/parser 2024-01-19 02:27:27 +01:00
d4aa63730e More consistent function naming.
karchnu pushed to master at Baguette/parser 2024-01-19 02:03:45 +01:00
4d88340381 Clean the entire src/ directory.
karchnu pushed to master at Baguette/parser 2024-01-19 01:00:17 +01:00
27817ff3aa Code structure.
karchnu pushed to master at Baguette/parser 2024-01-18 21:45:39 +01:00
40bae65ab7 Removing useless comments.
karchnu pushed to master at Baguette/parser 2024-01-18 21:28:56 +01:00
7148fc936f Minor code simplification.
karchnu pushed to master at Baguette/parser 2024-01-18 08:19:27 +01:00
f9923bab55 Report more errors thanks to tryMaybe and try.
karchnu pushed to master at Baguette/parser 2024-01-18 07:14:06 +01:00
e134f55daa Errors are being reported. Need to catch them all!
karchnu pushed to master at Baguette/parser 2024-01-18 05:00:21 +01:00
1ef64aafc2 Compiles!
karchnu pushed to master at Baguette/parser 2024-01-18 04:52:30 +01:00
efe41a0d3f Big improvement on the base structure type.
karchnu pushed to master at Baguette/parser 2024-01-13 07:10:39 +01:00
0702ba184e To continue...
karchnu pushed to master at Baguette/parser 2024-01-13 04:17:37 +01:00
c4c624a2b4 Base for a new Parser structure.
karchnu pushed tag v1 to Baguette/parser 2024-01-13 01:54:33 +01:00
karchnu pushed to master at Baguette/parser 2024-01-13 01:45:30 +01:00
829be33168 Remove useless comments.