tartrazine/internal/code-generator
Luke Francl eb043e80a8 Add GetLanguageID function
The Linguist-defined language IDs are important to our use case because they are
used as database identifiers. This adds a new generator to extract the language
IDs into a map and uses that to implement GetLanguageID.

Because one language has the ID 0, there is no way to tell if a language name is
found or not. If desired, we could add this by returning (string, bool) from
GetLanguageID. But none of the other functions that take language names do this,
so I didn't want to introduce it here.
2021-04-13 11:49:21 -07:00
..
assets Add GetLanguageID function 2021-04-13 11:49:21 -07:00
generator Add GetLanguageID function 2021-04-13 11:49:21 -07:00
main.go Add GetLanguageID function 2021-04-13 11:49:21 -07:00