Nesuniken
Nesuniken
Various unicode symbols fail to display anywhere in the application after being displayed in italics
Tested on Windows 11 with Racket 8.8 Steps to reproduce: 1. Open DrRacket 2. Create a new racket file 3. Paste 𝕣 into it Once this is done, [every 𝕣...
Having trouble figuring out how to access yytext since it isn't globally defined, nor passed as a parameter to the lexRule handlers. Is yytext only accessible to custom tokenizers, or...
Despite the documentation recommending JSON for more complex Julia parsers, [the only complex Julia parser I could find here](https://github.com/DmitrySoshnikov/syntax/blob/master/examples/letter.jl.bnf) is written in the BISON/YACC format. Makes it harder to confirm...