summaryrefslogtreecommitdiff
path: root/Cython/Parser
Commit message (Expand)AuthorAgeFilesLines
* Trivial typo fixesUnknown2017-10-171-1/+1
* Add support for the typeid operatorempyrical2016-08-051-0/+1
* implement "async def" statement and "await" expression (PEP 492)Stefan Behnel2015-05-231-2/+4
* partially implement PEP 448 for function calls onlyStefan Behnel2015-05-121-6/+18
* Update header of Cython grammar file.Robert Bradshaw2014-08-231-10/+2
* Old-style except clauses, =* pxd arguments.Robert Bradshaw2014-08-231-5/+6
* Add 'not None' and nested template types to grammar.Robert Bradshaw2014-08-232-5/+5
* merge tweaksRobert Bradshaw2014-08-232-5/+8
* Merge branch 'grammar3' into grammar-mergeRobert Bradshaw2014-08-221-56/+50
|\
| * Py3 Grammar NAME -> PY_NAMERobert Bradshaw2014-08-221-21/+21
| * Upgrade to Python 3 Grammar.Robert Bradshaw2014-08-221-47/+38
* | Add IF and DEF to grammar.Robert Bradshaw2014-08-221-1/+4
* | Misc small grammar tweaks.Robert Bradshaw2014-08-222-11/+13
* | Fix extern var decl.Robert Bradshaw2014-08-221-4/+4
* | Handle includes in new parser.Robert Bradshaw2014-08-221-6/+20
* | Add visibility, cdef decorators to grammar.Robert Bradshaw2014-08-221-4/+4
* | Cython grammar todos.Robert Bradshaw2014-08-221-3/+7
* | Allow Cython keywords to be used as names.Robert Bradshaw2014-08-221-16/+20
* | More grammar type cleanup.Robert Bradshaw2014-08-221-4/+3
* | Add for..from syntax to grammar.Robert Bradshaw2014-08-221-1/+2
* | Add variable declaration assignment to the grammar.Robert Bradshaw2014-08-221-1/+1
* | Add visibility, extern gil_spec to grammar.Robert Bradshaw2014-08-221-2/+3
* | Allow cname specifications in the grammar.Robert Bradshaw2014-08-221-5/+7
* | Add C int types to the grammar.Robert Bradshaw2014-08-221-2/+7
* | Add type qualifiers to the grammar.Robert Bradshaw2014-08-221-2/+6
* | Add typed and optional arguments to the grammar.Robert Bradshaw2014-08-221-2/+3
* | Add cimport to the grammar.Robert Bradshaw2014-08-221-2/+2
* | Add cdef function declarations to the grammar.Robert Bradshaw2014-08-221-3/+6
* | Cleanup grammarRobert Bradshaw2014-08-221-4/+14
* | Cppclass declarations.Robert Bradshaw2014-08-221-6/+13
* | Extern blocks.Robert Bradshaw2014-08-221-1/+4
* | structs, enums, and fusedRobert Bradshaw2014-08-221-2/+8
* | Simple cdef statements.Robert Bradshaw2014-08-221-1/+5
* | Address, sizeof, and type.Robert Bradshaw2014-08-211-2/+11
|/
* Copy Python 2.7 Grammar file.Robert Bradshaw2014-08-211-0/+142
* Parse files with standard Python grammar.Robert Bradshaw2014-08-211-3/+71
* Add option to use formal grammar.Robert Bradshaw2014-08-212-0/+5