Skip to content

raymondworkshop/dev.wic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

about interpreter and Compilers

sspy.py - A tiny Scheme interpreter with Python

notes on tiny-compiler

  • regular expressions
    regulare expressions by definition are limited to the operations of star, concatenation, and union.

  • context-free grammars
    from its start symbol, all the terminal strings can be defined using a context-free grammar

  • parser
    TODO

reference