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
/
src
Commit message (
Expand
)
Author
Age
*
docs: sweeping changes. cement an understanding of error handling, async, mod...
JJ
2023-12-28
*
compiler: preemptively fix EOF bugs in parser
JJ
2023-11-26
*
compiler: progress. parse most of the hard things.
JJ
2023-11-08
*
compiler: remove parser state. we'll see how this goes
JJ
2023-11-08
*
compiler: write some helpers, reduce parser verbosity
JJ
2023-11-08
*
compiler: progress on parser
JJ
2023-11-06
*
compiler: add blank interop and tooling folders
JJ
2023-11-05
*
compiler: restructure codebase
JJ
2023-10-31
*
compiler: implement most of the parser
JJ
2023-10-31
*
compiler: basic outline of the parser
JJ
2023-10-27
*
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
*
compiler: fix bugs in lexer. we're lexing!!
JJ
2023-10-26
*
compiler: impl Display for TokenStream
JJ
2023-10-26
*
compiler: unicode support, reconsider indentation handling
JJ
2023-10-26
*
compiler: redesign lexer. still needs unicode support & expr indentation
JJ
2023-10-26
*
compiler: lex scope, throw errors
JJ
2023-07-19
*
compiler: complete basic lexer
JJ
2023-07-18
*
compiler: implement a borrow checker free tree and begin lexing
JJ
2023-07-18