How to make a Syntax Highlighting for Java in Haskell?

后端 未结 4 488
南笙
南笙 2021-01-15 15:15

Soon enough I will be forced to present a project in Haskell that is supposed to make a Java syntax highlighting. I did some research and I found out that Happy could be a s

4条回答
  •  [愿得一人]
    2021-01-15 15:19

    An efficient syntax highlighting library in Haskell, using alex-generated lexers - https://github.com/jgm/illuminate

提交回复
热议问题