This website requires JavaScript.
Explore
Help
Register
Sign In
shishantbiswas
/
c3c
Watch
1
Star
1
Fork
0
You've already forked c3c
mirror of
https://github.com/c3lang/c3c.git
synced
2026-02-27 20:11:17 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
1bc4400246781fdadfe3f722b87fac4a7edfc039
c3c
/
test
/
test_suite
/
errors
History
mathis2003
8a7f37e4d3
Test for explicit parentheses error
2021-03-15 16:56:44 +01:00
..
error_decl_fails.c3
Changed how structs/unions are parsed so that recovery becomes more robust. Allow for more complex error data. Fixed recursive structs/unions. Corrected prefix precedence rules. Begin work on checking initializer constant-ness. Fixed error on failed arithmetic promotion. Added checks on constant overflow of sub/add/mult. Allow "current_module_name::x" to refer to globals. Added many tests.
2020-07-23 18:04:18 +02:00
error_decl_ok.c3
Initial checkin of docs parsing. char is now unsigned, and signed char is "ichar".
2021-01-29 18:46:17 +01:00
error_semantic_fails.c3
Initial checkin of docs parsing. char is now unsigned, and signed char is "ichar".
2021-01-29 18:46:17 +01:00
illegal_use_of_failable.c3
More correct alignment. Foreach added. Removed dynamic designated array initialization. Use 16 byte alignment on arrays >= 16 for x64
2021-01-27 00:14:16 +01:00
precedence_err.c3
Test for explicit parentheses error
2021-03-15 16:56:44 +01:00
rethrow_no_err.c3
Fixes to !! operator + tests.
2020-07-29 12:07:56 +02:00
rethrow.c3t
Add macro arguments &foo $foo #foo.
2020-11-22 22:16:19 +01:00