sly
sly copied to clipboard
Are there any way to do conditional lexing?
Are there anything like flexs start states or plys states?
Or maybe some other way should be used to archive similar behaviour?
There is a way to change lexing states, but it is only documented in the changelog: https://github.com/dabeaz/sly/blob/master/CHANGES#L126
Is that what your asking about?