ThakeeNathees / pocketlang

A lightweight, fast embeddable scripting language.
https://thakeenathees.github.io/pocketlang/
MIT License
1.52k stars 80 forks source link

CudaText lexer #288

Open ghost opened 2 years ago

ghost commented 2 years ago

Could you make a CudaText lexer for Pocketlang? It already has lexer for various languages whose Pocketlang syntax is based on (Python, Lua, Ruby,...). It has a well documented tool to create lexer. The problem is CudaText lexer is full of regular expression and I feared regular expression so much so I have to bother you here.

This is CudaText: https://github.com/Alexey-T/CudaText

Document for lexer creator tool: https://github.com/Alexey-T/CudaText/issues/4515#issuecomment-1298695532