Commit Graph

77 Commits

Author SHA1 Message Date
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
5a6dcdb92b try solving autos when a related constraint is added 2025-01-02 22:44:17 -08:00
23a95f70f5 add \case sugar and editor support. fix symlink 2024-12-28 16:02:31 -08:00
95f90c8698 highlighting improvements 2024-12-28 11:04:42 -08:00
3ec2f90770 sugar for data and other improvements
- parse types in let (everything but parser was there)
- add sugar for `data`
- move `joinBy` to prelude
- fix highlighting for char in vscode
- better errors for missing imports
2024-12-28 09:45:21 -08:00
9655434b2a add namespaces to names 2024-12-26 18:51:46 -08:00
9d90dd828e day25 2024-12-24 22:28:46 -08:00
93399af9b5 day24 2024-12-24 11:48:37 -08:00
4af72e57b8 day23 2024-12-23 08:59:16 -08:00
e0c75ff487 improvements to editor support 2024-12-22 14:52:26 -08:00
90b8fd79ae day22 2024-12-21 22:07:47 -08:00
e396514899 day21 2024-12-21 15:10:40 -08:00
567a357dee Day20 2024-12-20 17:06:55 -08:00
edbf053f07 Day19 2024-12-19 08:00:12 -08:00
1a48c00951 day18 in playground 2024-12-18 14:04:48 -08:00
6e8727c784 try to fix missing Aoc.newt in playground 2024-12-18 14:00:59 -08:00
08cc2637f5 Address stack issues in playground, unicode input in playground, fixes to error recovery 2024-12-17 20:44:39 -08:00
2f2a737f00 fix issue with dup names in output 2024-12-17 16:17:51 -08:00
4932103279 day16 2024-12-16 14:17:09 -08:00
c5368edbbf Day14, move stuff to libraries, aoc2024 -> samples, fix FC on an error 2024-12-14 08:48:12 -08:00
29abacfa6c get delete, leftMost, rightMost, pop working for SortedMap
required fixing an issue in case building.
2024-12-13 20:58:04 -08:00
d326a4d99f alternate day11 with no strings 2024-12-11 20:06:25 -08:00
2f518a953d Day9 2024-12-09 16:53:32 -08:00
d6aaaaabf1 refactoring in playground, use zip file for web 2024-12-08 20:19:55 -08:00
6ba88713f1 fix CI 2024-12-07 19:18:03 -08:00
ba70845c09 modularize playground (prep for persistent/modular file handling) 2024-12-07 16:58:10 -08:00
421f5ea208 add jump to def and type on hover for top level 2024-12-07 13:25:29 -08:00
8d8078f968 improvements to erasure checking 2024-12-06 20:34:40 -08:00
ccbd617671 Day5, add SortedMap 2024-12-05 16:13:12 -08:00
dbc5670a52 link prelude copies to same file 2024-12-03 17:42:11 -08:00
ee50677d4b add missing function, todo items 2024-12-03 17:16:02 -08:00
f573736b7f don't switch to empty console 2024-12-03 16:41:33 -08:00
ebaee19bcb work around worker stack issues in safari 2024-12-02 21:03:18 -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
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
052bab81cb remove main from Tour.newt since it is no longer required 2024-11-27 10:14:39 -08:00
370fc8e0aa Add filenames to FC, relocate errors from other files in playground/vscode 2024-11-27 09:57:22 -08:00
a8363c7a45 Async, HasIO, and get aoc examples working in web 2024-11-26 20:05:25 -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
da1cbd2ce6 support dark mode 2024-11-25 16:25:55 -08:00
6f954b1183 tweaks to playground files 2024-11-25 16:25:05 -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
dda0bf6fb9 playground: add ability to run code 2024-11-23 10:21:09 -08:00