Skip to content

22 code parser#33

Merged
Aasmundur merged 10 commits intomasterfrom
22-code-parser
Feb 24, 2026
Merged

22 code parser#33
Aasmundur merged 10 commits intomasterfrom
22-code-parser

Conversation

@Aasmundur
Copy link
Collaborator

No description provided.

Aasmundur and others added 10 commits February 18, 2026 13:25
…asically. Look at the return types before using, some return types are Result (basically tells u if Ok or Err) and then there are Option type, and those functions either return Some(value) or None, then u need to unwrap that some value. Its like the maybe type in haskell
@Aasmundur Aasmundur linked an issue Feb 24, 2026 that may be closed by this pull request
4 tasks
@Aasmundur Aasmundur merged commit 47231ff into master Feb 24, 2026
2 checks passed
@Aasmundur Aasmundur deleted the 22-code-parser branch February 24, 2026 14:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[CODE] Parser

2 participants