this post was submitted on 11 Jun 2023
42 points (100.0% liked)
Programming
13381 readers
1 users here now
All things programming and coding related. Subcommunity of Technology.
This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Rust really shines with parsers and generators. They are easy enough and fun to write. Maybe write a lisp with it? Or a prettifier for your favorite language...
If you go with a parser, this one is an interesting crate to start messing around with:
https://github.com/maciejhirsz/logos
Huh interesting, Parsing is always a fun exercise for learning some language features. I may try that out then for a good starting project. Thanks!