Source file tm_grammars.ml

1
2
3
4
5
6
7

let all = [
]

let available = List.map fst all

let find lang_id = List.assoc_opt lang_id all