index
:
puck
main
[wip] Some notes on a language with ownership, effects-and-handlers, and hygienic macros.
git daemon user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
std
Commit message (
Collapse
)
Author
Age
*
std: switch from chr to char
JJ
2024-05-17
|
*
std: replace static with const, fix std.ast
JJ
2024-05-10
|
*
std: sweeping changes.
JJ
2024-05-10
|
|
|
|
|
|
|
|
|
- replace interfaces with classes - replace : with then and do - solidify memory management as rust-style ownership - replace unsafe blocks with safe/unsafe attributes - add magic and copy attributes - switch Coerce impl from from to to
*
std: rename std.pointers to std.mem
JJ
2024-01-28
|
*
std: more fleshing out. merge std.magic back into std.prelude.
JJ
2024-01-02
|
*
std: much fleshing out. completely partially implement the prelude.
JJ
2024-01-02
|
*
std: initial draft of strings and lists
JJ
2023-12-31
|
*
std: restructure, refactor std.ast
JJ
2023-12-30
|
*
docs: sweeping changes. cement an understanding of error handling, async, ↵
JJ
2023-12-28
|
|
|
|
modules, and unions. rewrite documentation on interfaces. complete the introductory overview. many minor cleanups.
*
std: minor updates, consistently use Error and Err
JJ
2023-11-05
|
*
minor updates
JJ
2023-10-27
|
*
compiler: clean up the abstract syntax tree
JJ
2023-10-26
|
*
compiler: draft of the abstract syntax tree
JJ
2023-10-26
|
*
std: broad updates; add ast, iterators, format, tests, logs
JJ
2023-10-23
|
*
thoughts on error handling and option and result libraries
JJ
2023-07-11