Tokeniser & CSV parser
Hi all, I’m new to Mojo. I like the language and would like to use it in some of my projects. I started by developing a tokeniser (as a basis for a JSON parser, not finished yet) and a simple CSV parser so I can “play” with data frames in Mojo. Any feedback is welcome (I mostly write code in Go and Rust, this is my first code in Mojo, would like to get suggestions for improvement). https://github.com/phomola/mojolibs
GitHub
GitHub - phomola/mojolibs: Utils for Mojo
Utils for Mojo. Contribute to phomola/mojolibs development by creating an account on GitHub.
2 Replies
Welcome! thank you for sharing! 💖
The JSON parser: https://github.com/phomola/mojolibs/blob/main/src/textkit/json.mojo
GitHub
mojolibs/src/textkit/json.mojo at main · phomola/mojolibs
Utils for Mojo. Contribute to phomola/mojolibs development by creating an account on GitHub.