Commit Graph

14 Commits

Author SHA1 Message Date
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