9bd9ab21b6
fix env (should have used an index...)
2025-07-10 21:14:42 -04:00
cee1519b8e
Improvements to playground editor
2025-06-27 21:31:51 -07:00
5743eb39ea
Fix some strings that were messed up by the initial Idris -> Newt perl code
2025-06-27 21:29:12 -07:00
67d1e54ffb
Seperate CAppRef constructor for top level apps
2025-06-24 21:12:30 -07:00
a3137319bb
remove lezer code
2025-06-17 18:14:00 -07:00
64652edf4b
remove monaco, add input method to codemirror
2025-06-17 17:32:12 -07:00
e167d7e629
switch to codemirror
2025-06-17 11:48:01 -07:00
ab276ca992
TODO updates, remove unused file
2025-06-03 20:54:29 -07:00
8dae8880f9
Remove unnecessary IORef for meta context
2025-05-20 21:36:52 -07:00
cae4368cd9
misc cleanup
2025-04-22 20:30:29 -07:00
8faecfdf9b
record update syntax
2025-04-19 20:11:07 -07:00
d6156ebc79
Fix aoc2024 build
...
- Holes are no longer allowed when building executables
- Stack overflow in mapMaybe (Day15)
2025-04-10 08:50:52 -04:00
0ce1a5e454
Magic Nat
2025-04-09 15:07:31 -04:00
c51d368e90
primop in compiler
2025-04-07 14:29:55 -07:00
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