-
Building a Toy Lexer in Ruby
Building a Toy Lexer in Ruby — Lexers form one of the first steps of most programming language/compiler implementations as they turn otherwise raw text into organized collections of elements that the compiler can work on further.