bc71c006e9
Cleanup and a fix to Prelude and the playground
2025-01-23 21:10:42 -08:00
e3ae301c9c
performance and code size improvements
...
- Use default case for constructors with no explicit match.
- self-compile is 15s now
- code size is 60% smaller
code size and self compile time on par with the idris-built version
2025-01-18 21:33:49 -08:00
f9279bb255
Use null for erased values to aid serialization
2025-01-18 14:48:29 -08:00
5cce1a465e
Modules live in separate contexts, only imported modules are in scope
2025-01-12 08:57:01 -08:00
793c3a9999
qn for metas
2025-01-11 20:07:50 -08:00
363f85710f
add comments, fix fc on an error, add constructor for U
2025-01-10 21:03:20 -08:00
2cdeb2721c
Improve auto solving - 30% faster and hopefully proper errors if a type mismatch is blocking it.
2025-01-07 21:01:22 -08:00
6b1eef86a7
Newt in Newt compiles (but does not run)
2025-01-04 20:25:41 -08:00
46434cc555
Port Eval.newt
2025-01-03 22:49:07 -08:00
b87999a64d
More porting. Parser is working now. Some improvements have been made to auto resolution
2025-01-03 21:57:15 -08:00
5a6dcdb92b
try solving autos when a related constraint is added
2025-01-02 22:44:17 -08:00
30cc85ca0e
move auto solver to elab
2025-01-02 20:54:25 -08:00
e41e1d8f6a
porting WIP
2025-01-02 10:05:27 -08:00
9ed2b2077d
fixes and changes for porting
...
- forward declaration of records
- fixes to projections
- drop record accessors (use projections instead)
- changes to names to disambiguate
2025-01-01 20:21:07 -08:00
669670d68c
Add projections for records
2025-01-01 11:27:41 -08:00
4dec53daa1
additional changes for porting, fix to lexing
2025-01-01 08:46:25 -08:00
b993425803
fix string escapes
2024-12-31 23:55:07 -08:00
06893fe735
string interpolation
2024-12-31 12:36:29 -08:00
f4e96d06ec
changes to support translation
2024-12-30 22:34:03 -08:00
8c7f0616d2
fix type constructor quantities for short data decls
2024-12-29 22:24:32 -08:00
57a8fe9609
prep for self-hosting
2024-12-29 21:17:06 -08:00
6397cac18a
refactor Ord to be based on compare
2024-12-29 16:17:34 -08:00
413f95940f
Replace monad stack with hard-coded monad
2024-12-29 14:58:05 -08:00
747ab08dd6
remove external dependency for Token/WithBounds
2024-12-29 14:04:22 -08:00
054a0675f4
fix importing with dots, prep work for porting
2024-12-29 12:55:09 -08:00
b92a45a7cf
fix alternate tokenizer
2024-12-28 22:28:40 -08:00
9a2eac0bd7
remove a Text.Parser dependency (about 10%), and alternate tokenizer
2024-12-28 21:51:55 -08:00
23a95f70f5
add \case sugar and editor support. fix symlink
2024-12-28 16:02:31 -08:00
3ec2f90770
sugar for data and other improvements
...
- parse types in let (everything but parser was there)
- add sugar for `data`
- move `joinBy` to prelude
- fix highlighting for char in vscode
- better errors for missing imports
2024-12-28 09:45:21 -08:00
0992dc1367
split up unify to simplify casetree,
...
- cuts newt.js size in half
- shaves a second off check time for Elab.idr (23%)
- shaves a third off of final link time (33%)
2024-12-27 16:38:50 -08:00
d224099e4a
more js keywords
2024-12-27 16:00:35 -08:00
9655434b2a
add namespaces to names
2024-12-26 18:51:46 -08:00
ad2f29d0af
improve already defined error messages
2024-12-22 14:58:45 -08:00
2c7c5eca55
monadic version of day21
2024-12-21 21:02:56 -08:00
567a357dee
Day20
2024-12-20 17:06:55 -08:00
f2c6b409fe
desugaring record implementation (TODO - dependency)
2024-12-19 20:43:10 -08:00
4289c5c6e8
negative integers
2024-12-19 16:36:59 -08:00
2f2a737f00
fix issue with dup names in output
2024-12-17 16:17:51 -08:00
1a05043922
Generic instances for tuples, error recovery, show details when multiple solutions
2024-12-16 21:05:43 -08:00
6e487b011c
day15
2024-12-14 22:27:45 -08:00
d22f3844f6
At patterns on LHS
2024-12-14 20:10:43 -08:00
00a8678bd4
dead code
2024-12-14 13:29:02 -08:00
c5368edbbf
Day14, move stuff to libraries, aoc2024 -> samples, fix FC on an error
2024-12-14 08:48:12 -08:00
29abacfa6c
get delete, leftMost, rightMost, pop working for SortedMap
...
required fixing an issue in case building.
2024-12-13 20:58:04 -08:00
62b4bc15c4
day13
2024-12-13 08:02:43 -08:00
d326a4d99f
alternate day11 with no strings
2024-12-11 20:06:25 -08:00
f9f29cd932
Day10
2024-12-09 22:43:26 -08:00
2f518a953d
Day9
2024-12-09 16:53:32 -08:00
9c0b20a6ce
improve error detection in case-tree building
2024-12-07 20:50:22 -08:00
421f5ea208
add jump to def and type on hover for top level
2024-12-07 13:25:29 -08:00