2 pointsby johnryzon1234 hours ago1 comment
  • johnryzon1234 hours ago
    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 pointer desync. I'm trying to find some bugs to fix