mirror of
https://github.com/ralsina/tartrazine.git
synced 2025-07-12 20:29:46 +00:00
Add development instructions
This commit is contained in:
11
README.md
11
README.md
@ -30,6 +30,17 @@ fmt.Println(lang)
|
|||||||
// result: Objective-C
|
// result: Objective-C
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Developmemt
|
||||||
|
-----------
|
||||||
|
*enry* re-uses parts of original [linguist](https://github.com/github/linguist) especially data in `languages.yml` to generate internal datastructures. In oreder to update to latest upstream run
|
||||||
|
|
||||||
|
make clen code-generate
|
||||||
|
|
||||||
|
To run the tests
|
||||||
|
|
||||||
|
make test
|
||||||
|
|
||||||
|
|
||||||
Why Enry?
|
Why Enry?
|
||||||
---------
|
---------
|
||||||
In the movie [My Fair Lady](https://en.wikipedia.org/wiki/My_Fair_Lady), [Professor Henry Higgins](http://www.imdb.com/character/ch0011719/?ref_=tt_cl_t2) is one of the main characters. Henry is a linguist and at the very beginning of the movie enjoys guessing the nationality of people based on their accent.
|
In the movie [My Fair Lady](https://en.wikipedia.org/wiki/My_Fair_Lady), [Professor Henry Higgins](http://www.imdb.com/character/ch0011719/?ref_=tt_cl_t2) is one of the main characters. Henry is a linguist and at the very beginning of the movie enjoys guessing the nationality of people based on their accent.
|
||||||
|
Reference in New Issue
Block a user