Commit Graph

55 Commits

Author SHA1 Message Date
bb749a917a forall / ∀ syntactic sugar 2024-11-09 20:17:38 -08:00
eb1388caa8 change {A} to mean {_ : A} instead of {A : _} 2024-11-06 21:10:05 -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
b844d0b676 parsing and desugaring of do blocks. (Some inference issues remain.) 2024-10-29 21:05:47 -07:00
e8de2d4ccd Combine parser of app and operator 2024-10-29 17:59:24 -07:00
e1ef6b5ee5 Preliminary work on autos 2024-10-25 21:07:12 -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
9148852eb5 character lits, initial work on literal case trees 2024-10-21 22:53:05 -07:00
3cbbd8abc2 Better file locations 2024-10-15 22:08:35 -07:00
75015f094a more test cases, problem in Tree.newt 2024-10-07 20:59:50 -07:00
497ef7a9f0 Fix unification issues, add debug messages 2024-10-02 19:56:42 -07:00
151f678f75 Work on usable codegen
- escape js names
- executable output
- better FC in parsing
- experiment with IO
2024-09-29 22:17:51 -07:00
fa7d803ebb restructure Raw to separate import directives 2024-09-29 09:33:09 -07:00
9087ee6490 imports 2024-09-29 07:17:55 -07:00
eb281fa3b3 Drop incompatible constructors in case 2024-09-27 20:50:57 -07:00
ac7a61e1fd operators in case patterns 2024-09-14 21:44:41 -07:00
086f3d6541 matching on mixfix 2024-09-14 19:46:15 -07:00
331d966ef3 drop commit/mustWork for parsec approach. allow mixfix constructors 2024-09-14 14:46:04 -07:00
e066a304cd Cleanup comments, codegen for primitive type constructors. 2024-09-14 11:39:03 -07:00
4e8f15c3fb add operators 2024-09-14 09:54:20 -07:00
7a681e5239 implicit patterns 2024-09-11 21:19:40 -07:00
391c9449ac Zonk metas in functions, optional type signature on ptype 2024-09-07 21:32:57 -07:00
24ce520680 Wire casetree into checking for embedded case statements 2024-09-04 22:14:40 -07:00
27432840a8 investigating issue 2024-08-31 20:45:46 -07:00
f3c02ed987 more work on casetree 2024-08-31 14:47:49 -07:00
987ab18b94 case builder starting to work 2024-08-30 22:07:47 -07:00
9db5649446 primitive string and int, primitive functions, codegen fixes 2024-08-22 19:41:24 -07:00
9c5bdf5983 switch to fc 2024-08-07 16:35:27 -07:00
09227e444a case checking partially working 2024-08-04 15:46:43 -07:00
067a83960d checkpoint before case 2024-08-02 21:39:39 -07:00
0bb2d48d72 Additional work
- Move processDecl to separate file
- Add missing files
- Move Syntax.idr to Lib
2024-07-21 21:16:47 -07:00
ac0cf8c3e8 mostly parsing tweaks 2024-07-20 10:53:44 -07:00
3d477be52b Add more stuff to equality and more logging
Need to get names in there though.
2024-07-16 22:53:09 -07:00
76fae34bcf unification seems to work for kovacs examples 2024-07-14 15:59:57 -07:00
a4d851b563 implicits working, but _slow_ 2024-07-09 22:53:21 -07:00
edfa5ef443 fix issue with idris codegen 2024-07-07 20:22:37 -04:00
46ddbc1f91 Preliminary work on data and holes 2024-07-06 14:45:26 -04:00
b9f921ab3b Add vscode extension, command line argument, and positioned error handling. 2024-07-04 23:40:38 -04:00
0cad438f4d sugar on lambdas 2024-06-25 13:57:54 -07:00
d2fbd15b4a sugar on binders 2024-06-25 13:53:15 -07:00
968327cdb3 working. checkpoint before messing with parser 2024-06-25 13:27:11 -07:00
46f9caccab checkpoint 2024-04-11 15:21:13 -07:00
349115d055 Checkpoint some stuff so I can rollback the rest. 2023-09-30 06:40:54 -07:00
1f2afb279e Add prettyprint, merge plicity types 2023-09-30 06:36:19 -07:00
59f726ab96 Lib/TT.idr is well scoped 2023-07-13 20:06:03 -07:00
ed3ee96df9 parser good enough to elab kovacs stuff 2023-05-20 22:54:01 -07:00
6850725d3b checkpoint 2023-05-20 17:13:32 -07:00
255e21f08a Checkpoint what I'd previously been working on. 2023-05-19 21:10:57 -07:00