Stream: show and tell

Topic: lox lexer


view this post on Zulip Nick Hallstrom (Mar 12 2023 at 07:22):

I think I have the Lox lexer finished in Roc. I think it turned out pretty clean.

https://github.com/Billzabob/roc-lox/blob/main/main.roc

view this post on Zulip Richard Feldman (Mar 12 2023 at 10:40):

very nice! :smiley:

view this post on Zulip Richard Feldman (Mar 12 2023 at 10:40):

this is the first lexer I've seen anyone write in Roc! :tada:

view this post on Zulip Richard Feldman (Mar 12 2023 at 10:40):

do you mind if I share it?

view this post on Zulip Nick Hallstrom (Mar 12 2023 at 16:43):

Thanks! And ya go for it!


Last updated: Jul 06 2025 at 12:14 UTC