Commit Graph

390 Commits

Author SHA1 Message Date
eeb790f1b2 Keep track of autos to be solved, shaves about 12% off of Elab.newt processing time 2025-04-05 21:27:10 -07:00
549cca19e3 Add flags to TopEntry, detect duplicate constructors, fix issue with missing constructors in CompileExp. 2025-04-05 14:33:54 -07:00
2a042c0092 update modules 2025-04-05 10:33:47 -07:00
590f344516 use our own input method in vscode
The lean one was annoying for \{...}
2025-04-05 10:32:01 -07:00
8c983dd571 fix definition provider 2025-04-05 10:12:48 -07:00
0477ee397f encode enum as string 2025-04-01 06:09:23 -07:00
f006fa875d Classify constructors, only dump modules if they successfully compile 2025-03-31 21:21:37 -07:00
654e5cdb25 split processDecl into separate functions 2025-03-30 11:06:30 -07:00
4ec7519955 remove unused case in TCO output 2025-03-30 09:39:09 -07:00
7dc9751359 Use serialized modules 2025-03-22 17:20:53 -07:00
067090fb33 Drop idris/bun from CI 2025-03-17 19:04:52 -07:00
9d7e6097f3 tco working, update playground to self-hosted newt 2025-03-17 18:43:42 -07:00
1219e8d4e5 tarjan is running on CExp now 2025-03-16 11:28:21 -07:00
944854b1c4 Cleanup in Compile.newt, don't emit vestigial letrec 2025-03-15 17:09:00 -07:00
5ab2a28bcf Prep to switch from Def to CExp for backend passes. 2025-03-15 15:46:56 -07:00
5c7d065a88 fix build 2025-02-22 18:46:27 -08:00
596c977a8a update vite 2025-02-16 21:56:24 -08:00
041521ab47 fix regressed error message for missing cases 2025-02-16 21:46:19 -08:00
001cba26ee first pass at liftWhere 2025-02-15 21:35:06 -08:00
4126d6a67a add bun to build dependencies 2025-02-15 16:56:13 -08:00
1abeda66bb update npm packages 2025-02-15 16:44:00 -08:00
3c2615ecc1 move idris version to orig and newt version to src.
Development is being done on the newt version now.
2025-02-15 16:36:29 -08:00
829c5d5143 bootstrap from previous commit 2025-02-02 16:33:55 -08:00
9586ca96bb erasure improvements 2025-02-02 16:33:37 -08:00
c83632881d two more fixes from recent namespace change. 2025-02-01 20:02:50 -08:00
b6ce6cfb13 rename top/put/modify on M to avoid collisions 2025-02-01 16:47:10 -08:00
fad966b1ec Refactor code generation to prepare for optimization passes 2025-02-01 12:56:30 -08:00
1490fc601b add log levels, make output less noisy 2025-01-25 22:11:46 -08:00
afc6146050 Don't curry (via eta expansion) a one-argument function 2025-01-25 21:38:59 -08:00
7d218a4b94 compiler output compatible with older version 2025-01-25 11:58:03 -08:00
4226e38fc8 Merge pull request #1 from dunhamsteve/dependabot/npm_and_yarn/playground/vite-5.4.12
Bump vite from 5.4.10 to 5.4.12 in /playground
2025-01-23 21:13:18 -08:00
dependabot[bot]
8a9d7ac4dd Bump vite from 5.4.10 to 5.4.12 in /playground
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 5.4.10 to 5.4.12.
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.12/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.12/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-01-24 05:12:36 +00:00
bc71c006e9 Cleanup and a fix to Prelude and the playground 2025-01-23 21:10:42 -08:00
20e6571986 better location for "not enough patterns" 2025-01-20 19:58:41 -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
f991ca0d52 Remove unused argument that was blowing up serialization. 2025-01-18 15:21:15 -08:00
f9279bb255 Use null for erased values to aid serialization 2025-01-18 14:48:29 -08:00
cecb1d73c1 update readme file 2025-01-17 21:19:51 -08:00
8e8e6bce7e fix codegen 2025-01-12 10:38:58 -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
1a9a8d3312 better fc in missing case 2025-01-11 17:40:24 -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
7110c94ac6 determine base path 2025-01-06 17:02:21 -08:00
265a81257a cleanup a little bit 2025-01-06 16:28:40 -08:00
627ca5d91b Aoc passes, and it successfully compiles itself. 2025-01-05 13:56:38 -08:00
9172d88be7 put the port in the port directory 2025-01-05 11:15:29 -08:00
9262fa8b27 Fix parsing and rendering issues, all but 3 of aoc2024 work. 2025-01-05 11:14:06 -08:00
0dbc5d5ee7 port compiles hello world 2025-01-04 21:07:25 -08:00