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 12:01:16 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
3bdfe3e05eaf3a34c12dfac409d02e7635a2afb9
c3c
/
resources
/
testfragments
History
Christoffer Lerno
3bdfe3e05e
Refactored structs.
2020-06-01 21:00:21 +02:00
..
bigint.c3
Method functions now work.
2020-05-27 12:26:38 +02:00
comparisons.c3
TypeInfo gained a span. Hex lexing fixed. Basic block returns fixed. Removal of Ast.exit. Enum parameter list parses. Enum analysis improved. Exit deduction improved. Switch over a bool allowed. Switch analysis improved. Added -% operator. Updated implicit casts. Use of bigint. Signed-unsigned comparisons.
2020-03-29 17:41:31 +02:00
compilertest2.c3
More parsing, start working on packages.
2019-09-16 12:34:23 +02:00
compiletest.c3
More parsing, start working on packages.
2019-09-16 12:34:23 +02:00
conversion.c3
Some work towards automated testing. Fixes to bigint. Removed implicit assign cast. Updated cast rules. Fixes *%=. Simplified case. Unified shift code. Major casts rework. Fixed error handling of pointer + integer adds. Removed &&= and ||=. Unified more expression handling and fixed bugs in sematic analysis on expressions.
2020-04-02 23:13:04 +02:00
helloworld.c3
Fixed variadic error. Fixed incorrect token type on decimal numbers(!)
2020-04-09 15:08:48 +02:00
lexertest.c3
Started a bit on parsing. Picking pieces from Titanos and trying to do things better.
2019-07-31 23:19:45 +02:00
parsertest.c3
Lookahead cleanup. Start work on throws. Fix try expressions. Beginning work on initializer. Some fixes on LLVM types. Moving more target info into C3. Moving alignment into types Introducing a meta type (incomplete). Start work on macros. Splitting '@' from macro name.
2020-03-29 17:39:33 +02:00
simple_test1.c3
Removed non-null references.
2019-09-30 13:29:41 +02:00
simple_test2.c3
Removed non-null references.
2019-09-30 13:29:41 +02:00
super_simple.c3
Refactored structs.
2020-06-01 21:00:21 +02:00
testscrap.c3
Lots of fixes and optimizations to structs. Now there are no unnecessary intermediary types.
2020-04-18 14:29:17 +02:00