Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add coding style check, reformat. | Aldo Cortesi | 2015-05-30 | 1 | -3/+5 |
| | |||||
* | Introduce and enfoce uniqueness constraints for language components | Aldo Cortesi | 2015-05-17 | 1 | -0/+8 |
| | |||||
* | websockets: code specification | Aldo Cortesi | 2015-05-03 | 1 | -17/+11 |
| | |||||
* | Lower-case rather than upper-case to canonicalize names | Aldo Cortesi | 2015-05-03 | 1 | -9/+9 |
| | | | | Marginally less finicky | ||||
* | Clarify token/component split through naming | Aldo Cortesi | 2015-05-03 | 1 | -1/+1 |
| | | | | Tokens are now Tok* | ||||
* | Remove bundled pyparsing, install as external package | Aldo Cortesi | 2015-05-03 | 1 | -1/+1 |
| | | | | Adapt ValueLiteral parsing to suit | ||||
* | base.PathodSpec -> http.PathodResponse | Aldo Cortesi | 2015-05-03 | 1 | -1/+29 |
| | |||||
* | Language: minor refactoring and whitespace | Aldo Cortesi | 2015-05-03 | 1 | -2/+2 |
| | |||||
* | Revamp header components in language | Aldo Cortesi | 2015-05-02 | 1 | -0/+62 |
| | |||||
* | Refactor language to move specific tokens into protocol module | Aldo Cortesi | 2015-05-02 | 1 | -4/+4 |
| | | | | This patch makes progress on language/http.py | ||||
* | language: extract http tests | Aldo Cortesi | 2015-05-02 | 1 | -0/+260 |