-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- constant expressions (comptimes, locals, etc.) can be used as array sizes, and the comptime system has improved - bool implements `&` and `|` - fixed some issues with struct literals - fixed some issues with distincts - added more functions to `libc.capy` in `core` and added distinct types for file descriptors and `*FILE` pointers - added a function in `ptr.capy` that can convert a raw pointer and length into a slice - added better support for +Inf, -Inf, and NaN - added hex literals - `println` can now print types - and a few more little things
- Loading branch information
1 parent
94cd414
commit c8ed3e2
Showing
33 changed files
with
2,482 additions
and
709 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,8 +2,10 @@ | |
target | ||
out | ||
c-tests | ||
examples/test.capy | ||
|
||
hello.txt | ||
examples/test*.capy | ||
|
||
**/.DS_STORE | ||
|
||
Cargo.lock | ||
.editorconfig |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.