Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | disable clap's features | Aleksey Kladov | 2019-08-22 | 1 | -1/+1 |
| | |||||
* | replace heck with just ascii transformation | Aleksey Kladov | 2019-08-19 | 1 | -1/+0 |
| | |||||
* | drop tera dependency | Aleksey Kladov | 2019-08-19 | 1 | -1/+0 |
| | |||||
* | use quote! to generate syntax kinds | Aleksey Kladov | 2019-08-19 | 1 | -0/+1 |
| | |||||
* | use quote! macro to generate grammar | Aleksey Kladov | 2019-08-18 | 1 | -0/+1 |
| | | | | | We already use syn"e elsewhere (transitively), so it make sense to cut down on the number of technologies and get rid of tera | ||||
* | deserialize grammar | Aleksey Kladov | 2019-08-18 | 1 | -0/+1 |
| | |||||
* | switch to new codegen | Aleksey Kladov | 2019-08-18 | 1 | -0/+1 |
| | |||||
* | add quote dep | Aleksey Kladov | 2019-08-18 | 1 | -0/+1 |
| | |||||
* | Update teraron version | Muhammad Mominul Huque | 2019-06-16 | 1 | -1/+1 |
| | |||||
* | Fall down of failures | Muhammad Mominul Huque | 2019-06-15 | 1 | -2/+1 |
| | |||||
* | rename tools -> ra_tools | Aleksey Kladov | 2019-06-10 | 1 | -0/+13 |
This should help with caching on CI I hope (see .travis.yml before_cache) |