[TxMt] Testing of language grammars

Jacob Carlborg doob at me.com
Wed Jun 17 06:37:25 UTC 2015


Is it possible to somehow test the implementation of a language grammar? 
Something besides manually visually looking at code parsed by the 
language grammar.

What I would like to is to ensure that a given piece of code is 
correctly recognized/parsed and gets the correct scope.

In theory it doesn't sound that difficult. If one could say, for this 
line and this column I expect the scope to be something.

-- 
/Jacob Carlborg



More information about the textmate mailing list