Live data from Hacker News

Viewing profile — johnryzon123

johnryzon123

HN member
Joined
Wed, Aug 05, 2026, 9:32 AM UTC
HN karma
1
Public activity
4 items

About johnryzon123

No profile information was provided.

Recent public activity

  1. comment
    Comment #49431550

    The lexer uses 2 strings (start and current) to be faster than usual, unlike other niche scanners that usually use other variables. It's poster-based lexer which could cause pointe…

  2. story
    Show HN: Building a C Lexer from Scratch

    I am currently building a lexer/scanner from scratch. We made it using the C programming language and it's as basic as 123. I really want feedback, thanks :)

  3. comment
    Comment #49272297

    Amazing job on this

  4. comment
    Comment #49272215

    Very cool course