Literature/LINKS
changeset 81 7ac7782a7318
parent 78 279d0bc48308
equal deleted inserted replaced
80:85ef42888929 81:7ac7782a7318
     1 https://swtch.com/~rsc/regexp/
     1 https://swtch.com/~rsc/regexp/
     2 https://wiki.haskell.org/Regex_Posix
     2 https://wiki.haskell.org/Regex_Posix
       
     3 
       
     4 Sulzmann
       
     5 --------
       
     6 http://www.home.hs-karlsruhe.de/~suma0002/publications/posix-derivatives.pdf
       
     7 
       
     8 
       
     9 Matt Might lexers
       
    10 -----------------
       
    11 http://matt.might.net/articles/lexers-in-racket/
       
    12 http://matt.might.net/articles/parsing-bibtex/
       
    13 http://matt.might.net/articles/nonblocking-lexing-toolkit-based-on-regex-deriva
       
    14 
       
    15 Uncool compiler
       
    16 ---------------
       
    17 https://github.com/jsnider3/Scales
       
    18 http://jsnider3.github.io/update/scala/uncool/compiler/2015/06/11/uncool-in-scala/