summaryrefslogtreecommitdiff
path: root/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* Update file name in serialize_ast and make sure it's in .gitignoreEli Bendersky2023-01-091-0/+1
|
* Introduce partial C11 support (#429)Vitaly Cheptsov2021-08-311-0/+1
| | | | | | | | | | * Introduce partial C11 support Implemented _Noreturn, _Static_assert, _Thread_local. Also fixed tests with preprocessor on macOS. * Add more tests Co-authored-by: vit9696 <vit9696@users.noreply.github.com>
* Fix array type generation (#312) (#313)Amir Gonnen2019-03-261-1/+1
| | | | | | | | | | | | | | | * Fix array type generation (#312) Also added dim_quals handling to _generate_type Exmaple: >>> ast = parser.parse('int g(const int a[const 20]){}') >>> gen.visit(ast.ext[0].decl.type.args.params[0]) 'const int a[const 20]' >>> gen.visit(ast.ext[0].decl.type.args.params[0].type) 'int[const 20]' * Added TypeDecl generation. Added tests
* Add support for arr[const 10] in function declarations too;Eli Bendersky2014-01-251-0/+2
| | | | and move tests around.
* Move hgignore to gitignore and put contributors in a fileEli Bendersky2013-06-091-0/+15