writing_an_interpreter_in_elixir
writing_an_interpreter_in_elixir copied to clipboard
Use binary pattern matching for tokenizer.
Re-writing Lexer in a more elixir-ish way, using binary pattern matching, multi-clause functions, and guards.
I'm not sure this should go into the master branch, it is for owner to decide. But I enjoyed this re-writing anyway.
Hey! Very cool to have another approach of the tokenizer. However, I personally like my approach more and would keep it that way.