How Does The Ruby Interpret Work?

Resources

tl;dr

  1. Tokenize
  2. Lex the tokens
  3. Parse the AST tree
  4. Compile to byte code