Commit Graph

35 Commits

Author SHA1 Message Date
11ffd96a91 Remove erased function arguments 2025-10-23 22:34:14 -07:00
bab25f8dce cleanup TODO.md a little 2025-09-29 11:59:57 -07:00
36d9f81f61 move inline/substMeta to compile step 2025-09-23 21:25:58 -07:00
fcee117260 [ libs ] move prelude file to src 2025-07-27 15:02:53 -07:00
c83632881d two more fixes from recent namespace change. 2025-02-01 20:02:50 -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
9655434b2a add namespaces to names 2024-12-26 18:51:46 -08:00
1a05043922 Generic instances for tuples, error recovery, show details when multiple solutions 2024-12-16 21:05:43 -08:00
d22f3844f6 At patterns on LHS 2024-12-14 20:10:43 -08:00
c5368edbbf Day14, move stuff to libraries, aoc2024 -> samples, fix FC on an error 2024-12-14 08:48:12 -08:00
8d8078f968 improvements to erasure checking 2024-12-06 20:34:40 -08:00
ccbd617671 Day5, add SortedMap 2024-12-05 16:13:12 -08:00
dbc5670a52 link prelude copies to same file 2024-12-03 17:42:11 -08:00
47657090c1 tweak to day3 2024-12-03 16:36:52 -08:00
52bbb5aa65 Day2, prelude additions/fixes, better fc on do block errors 2024-12-02 10:58:10 -08:00
5c56458b6b Fill in more prelude, 2024d1 2024-11-30 21:46:36 -08:00
53a0f96207 Day6 and let identifiers contain ? 2024-11-30 17:07:49 -08:00
71cf4f39f5 Make $ special 2024-11-30 15:51:06 -08:00
d2bbf681ea destructuring lets and arrows 2024-11-30 15:20:51 -08:00
067293ea85 Day5 2024-11-30 12:01:55 -08:00
d5a4d6253f port aoc2023 day4
more stuff in Prelude, typechecking fixes, solving autos
2024-11-30 10:27:06 -08:00
baeaf4295d Day3 working
- Fix string and character encoding in output
- Fix autos not solving if another extends context
2024-11-29 22:10:43 -08:00
18e44cb7d3 Improvements to erasure checking, fix to codegen issue 2024-11-29 10:02:45 -08:00
d4bcbc5949 primitive erasure implementation, dead code elimination 2024-11-26 14:10:24 -08:00
e265248b11 change syntax for javascript code literals 2024-11-25 21:53:23 -08:00
a809ad1975 remove node dependencies from Prelude.newt 2024-11-23 16:24:08 -08:00
5cbe594993 merge aoc lib and prelude 2024-11-23 15:08:49 -08:00
c665310653 Address issues with unify's case tree in idris
Clean up some stuff in prelude
Add parser for where
2024-11-19 21:35:50 -08:00
91bb79a998 Mixfix operators 2024-11-10 21:13:18 -08:00
f0c9e3bf63 Add Tour.newt sample and make it the default.
Improvements to editor support.
2024-11-07 21:37:30 -08:00
f225d0ecbd Print meta info for claims and data, update sample code 2024-11-02 22:11:58 -07:00
8fe9613c02 additional syntactic sugar
- allow multiple names in infix, typesig, and dcon defs
- align fixities with Idris
2024-10-23 21:41:36 -07:00
8c8cdf4f7f aoc2023 day2, codegen fixes, parsing fix 2024-10-23 20:36:39 -07:00
fe323618e7 Visible infix info from imports 2024-10-22 22:08:34 -07:00
c7593e831e Get AOC day1 working
- Fixes to codegen for literal cases.
- Fix parsing of string literals
- Work around stack overflow in Prettier
2024-10-22 20:30:20 -07:00