0c0b1668d7
fix erasure issues inside where clauses (add type to LetRec)
2024-12-06 20:55:16 -08:00
8d8078f968
improvements to erasure checking
2024-12-06 20:34:40 -08:00
3227bffaa6
Day6
2024-12-06 09:37:20 -08:00
3aa127c42b
turn three crashes into proper errors
2024-12-05 17:10:05 -08:00
ccbd617671
Day5, add SortedMap
2024-12-05 16:13:12 -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
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
370fc8e0aa
Add filenames to FC, relocate errors from other files in playground/vscode
2024-11-27 09:57:22 -08:00
e2db5a77df
tweaks to playground samples
2024-11-26 17:04:00 -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
07cbeec6cc
add quantity to parser
2024-11-25 21:17:56 -08:00
acb37a2882
Only log metas for top file, remove metas from Context
2024-11-23 17:48:03 -08:00
5cbe594993
merge aoc lib and prelude
2024-11-23 15:08:49 -08:00
affae1fecf
Allow where defs to refer to themselves
2024-11-20 19:51:25 -08:00
1a9d44434c
first pass at where clauses
2024-11-19 22:40:52 -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
6b36dd1cd1
First pass at sugar for instances.
2024-11-17 19:33:19 -08:00
fac34e729c
add sugar for typeclass
2024-11-16 21:08:01 -08:00
454dccaa72
add sugar for if/then/else
2024-11-16 15:49:27 -08:00
b185065fb0
Port Prettier.idr to newt
2024-11-16 12:01:48 -08:00
9767d92952
more tweaks to pretty printing.
2024-11-15 20:16:02 -08:00
9faee86886
tweaks to output, fix scope issue in pprint
2024-11-15 16:49:31 -08:00
e6944bc842
Add example from youtube, allow unicode type names
2024-11-14 21:07:49 -08:00
60abe813dc
better names on solutions
2024-11-14 16:28:40 -08:00
a186c15477
suppress closure env in printing
2024-11-13 22:03:00 -08:00
f80fc9c0ff
check for shadowed names at top level
2024-11-13 21:54:00 -08:00
0589a30d40
Address a few issues in Combinatory.newt
2024-11-13 20:25:02 -08:00
9e72ed67fc
refactoring
...
- move over to env for unify et al
- fix issue where constraint had short context
- drop parameters block - make it clear where context is being used
2024-11-12 21:34:43 -08:00
91bb79a998
Mixfix operators
2024-11-10 21:13:18 -08:00
6abd97ee85
Improvements to grammar
2024-11-09 21:43:38 -08:00
bb749a917a
forall / ∀ syntactic sugar
2024-11-09 20:17:38 -08:00
69693a4995
defer skolem issue from unsolved meta application
2024-11-09 14:50:50 -08:00
bbd4832671
printing improvements, improve case eval
2024-11-09 09:34:37 -08:00
bd51c8352a
expand scrutinee in eval
2024-11-08 20:46:34 -08:00
f0c9e3bf63
Add Tour.newt sample and make it the default.
...
Improvements to editor support.
2024-11-07 21:37:30 -08:00
eb1388caa8
change {A} to mean {_ : A} instead of {A : _}
2024-11-06 21:10:05 -08:00
375c16f4fd
Search includes scope, tweak to code formatting
2024-11-06 20:53:44 -08:00
d82c224bc3
address overflow in Prettier,
...
move Pi constructor to before it is constructed
2024-11-06 06:59:23 -08:00
182876d16b
Playground highlights and shows info/errors from build
2024-11-05 13:44:16 -08:00
f225d0ecbd
Print meta info for claims and data, update sample code
2024-11-02 22:11:58 -07:00
d09afd89e0
Fix issue in case eval
2024-11-02 19:43:04 -08:00
6baee23a73
addZero now works
...
distinguish two modes of unification
while pattern matching we return constraints on variables, and normally
we are more aggressive about evaluating when matching against a variable.
fixes to `let`
surface #check in vscode
2024-11-02 18:23:46 -08:00
6164893da5
Parsing updates for unicode
...
- Allow unicode characters in indents and operators
- Show lexing errors
2024-11-02 10:22:04 -07:00