Commit Graph

22 Commits

Author SHA1 Message Date
40bae65ab7 Removing useless comments. 2024-01-18 21:45:20 +01:00
7148fc936f Minor code simplification. 2024-01-18 21:28:32 +01:00
f9923bab55 Report more errors thanks to tryMaybe and try. 2024-01-18 08:18:51 +01:00
e134f55daa Errors are being reported. Need to catch them all! 2024-01-18 07:13:40 +01:00
1ef64aafc2 Compiles! 2024-01-18 05:00:11 +01:00
efe41a0d3f Big improvement on the base structure type. 2024-01-18 04:51:50 +01:00
0702ba184e To continue... 2024-01-13 07:10:18 +01:00
c4c624a2b4 Base for a new Parser structure. 2024-01-13 04:17:03 +01:00
829be33168 Remove useless comments. 2024-01-13 01:45:19 +01:00
33e09a1a3d Parser domain works, for the naive Parser implementation. 2024-01-13 01:44:39 +01:00
15f4983fe2 sub_eof 2024-01-13 01:39:16 +01:00
d327b943f9 subdomain kinda works 2024-01-13 01:22:15 +01:00
ef6f49f624 Split code, implement more of DomainParser. 2024-01-12 05:14:55 +01:00
060467bcc4 Testing the integer parser. 2024-01-10 06:26:43 +01:00
3bc9cb6f66 Remove useless lines. 2024-01-10 06:20:27 +01:00
f5c552adf7 Most of the parser just got implemented! 2024-01-10 04:06:23 +01:00
46469bb8f4 Add Parsing.hs which is from a book and helped me write the parser. 2024-01-09 08:45:58 +01:00
c9cf7815de Lacks Control.Lazy and our parser will be full-featured. 2024-01-09 08:44:39 +01:00
51fe35c60f Simple generic parsing functions for common searched elements. 2024-01-09 07:24:41 +01:00
fbfa7c7d48 Parser++ 2024-01-09 04:32:50 +01:00
96103ea665 Blah 2023-12-31 16:03:39 +01:00
57dfaef8a4 Add the first steps of a parser. 2023-12-17 12:57:55 +01:00