v-nys / cclp

A rewrite of my implementation of the Compiling Control technique, in Racket.
MIT License
1 stars 0 forks source link

alpha-gamma language data should not be syntax-highlighted or paren-matched #80

Closed v-nys closed 6 years ago

v-nys commented 6 years ago

Turns out this is a little tricky for a lang extension. There is no clear way delegate to the wrapped language's lexer, so I just switched on a simple paren-matching lexer.