Page MenuHomePhorge
Feed Search

Mar 31 2026

themackabu committed rANT6d78c821e64a: improve highlighing for operators.
Mar 31 2026, 2:28 PM
themackabu committed rANT01e68f25e714: improve boxed values in swarm jit.
Mar 31 2026, 2:28 PM
themackabu committed rANT614a784d97ce: reduce nesting.
Mar 31 2026, 2:28 PM
themackabu committed rANT2718d1411b89: correctness fixes for wrapped math values.
Mar 31 2026, 2:28 PM
themackabu committed rANT9d3c5450dee1: refactor bigint implementation to use limb-based arithmetic.
Mar 31 2026, 2:28 PM
themackabu committed rANTc244b11fa03a: use libsodium for random.
Mar 31 2026, 2:28 PM
themackabu committed rANT93dd457dc80f: moderize readme.md.
Mar 31 2026, 2:28 PM
themackabu committed rANT72f60d2e20b8: rename type for consistency.
Mar 31 2026, 2:28 PM
themackabu committed rANT3e4638dc1663: de-couple math.
Mar 31 2026, 2:28 PM
themackabu committed rANTfd4c3d890040: update note in readme.
Mar 31 2026, 2:28 PM
themackabu committed rANTa0a3d52745ff: update contributing.md.
Mar 31 2026, 2:28 PM
themackabu committed rANT6bfc085de6a2: improve repl color.
Mar 31 2026, 2:28 PM
themackabu committed rANT671d8071a5c7: improve repl ergonomics.
Mar 31 2026, 2:28 PM
themackabu committed rANT9a9cd88e6d42: undefine N_NULL macro to avoid redefinition conflicts.
Mar 31 2026, 2:28 PM
themackabu committed rANT7ea32c46f463: rewrite and de-couple repl code.
Mar 31 2026, 2:28 PM
themackabu committed rANTe12bfdac0adc: fix utf8proc static linking.
Mar 31 2026, 2:28 PM
themackabu committed rANTc9f088918510: copy command.
Mar 31 2026, 2:28 PM
themackabu committed rANT4783027f3c91: remove osc 52.
Mar 31 2026, 2:28 PM
themackabu committed rANT2bc0e6db17d2: dont follow dark color for null.
Mar 31 2026, 2:28 PM
themackabu committed rANT2461e15c9aab: modularize highlight.c.
Mar 31 2026, 2:28 PM
themackabu committed rANT235e69185b12: improve repl regex handling.
Mar 31 2026, 2:28 PM
themackabu committed rANT720d5c18cb4e: improve multiline wrapping.
Mar 31 2026, 2:28 PM
themackabu committed rANTf19c35a96be7: improve regex and other highlighting.
Mar 31 2026, 2:28 PM
themackabu committed rANTe47d63025e0a: add private method colors.
Mar 31 2026, 2:28 PM
themackabu committed rANTad48e5e9dc46: undefined/null too dark.
Mar 31 2026, 2:28 PM
themackabu committed rANT504b40900074: improve string highlighting.
Mar 31 2026, 2:28 PM
themackabu committed rANT62de4af47747: make highlight lexer dry.
Mar 31 2026, 2:28 PM
themackabu committed rANT778bf4cb666c: improve colors.
Mar 31 2026, 2:28 PM
themackabu committed rANT02dd2b1f6623: global highlight state.
Mar 31 2026, 2:28 PM
themackabu committed rANT95f7d712c467: add syntax highlighting to REPL and error messages.
Mar 31 2026, 2:28 PM
themackabu committed rANT39b9e70904c3: whisp(lisp) demo.
Mar 31 2026, 2:28 PM
themackabu committed rANT7aa4240f85da: bump to tlsuv v0.40.13.
Mar 31 2026, 2:28 PM
themackabu committed rANTe9374e6fa720: prevent line-ending reset windows.
Mar 31 2026, 2:28 PM
themackabu committed rANTd7d5392ac207: add meta functions.
Mar 31 2026, 2:28 PM
themackabu committed rANTe3a186e26f1a: lisp demo.
Mar 31 2026, 2:28 PM
themackabu committed rANT7afdad5c57ce: rename summary command.
Mar 31 2026, 2:28 PM
themackabu committed rANT513f926bd70c: use compat.h for some windows specifics.
Mar 31 2026, 2:28 PM

Mar 2 2026

themackabu committed rANT8755416ca476: WIN32_LEAN_AND_MEAN.
Mar 2 2026, 1:57 PM
themackabu committed rANT3374de83d122: vendor tlsuv 0.40.12.
Mar 2 2026, 1:57 PM
themackabu committed rANTc492236be05c: prevent T_TAILCALL leaks in `resolveprop`.
Mar 2 2026, 6:09 AM
themackabu committed rANT33b1ef053dc4: [merge: 214] refactor(runtime): split core runtime, expand module surface, and….
Mar 2 2026, 6:09 AM
themackabu committed rANTfb868de82ecb: introduce sentinel type for internal optimizations.
Mar 2 2026, 6:09 AM
themackabu committed rANT9ba8dd86a636: preserve TCO behavior in semicolon-free style.
Mar 2 2026, 6:09 AM
themackabu committed rANT62091d49b140: prevent curried monad leaks for T_TAILCALL.
Mar 2 2026, 6:09 AM
themackabu committed rANTd7c6cc4d8721: shrink frame from 4kb to 3kb per loop.
Mar 2 2026, 6:09 AM
themackabu committed rANT5f23328159bf: support string literal export/import names.
Mar 2 2026, 6:09 AM
themackabu committed rANT9af4f73db1ab: fix condition handling when consumed token flag is set in if statement.
Mar 2 2026, 6:09 AM
themackabu committed rANTe5712f67c821: refactor block position tracking for asi.
Mar 2 2026, 6:09 AM
themackabu committed rANTf62c04c22da7: add support for RegExp-like objects in RegExp constructor.
Mar 2 2026, 6:09 AM
themackabu committed rANTfaad91880204: add new built-in regexp symbol methods for pattern matching and manipulation.
Mar 2 2026, 6:09 AM
themackabu committed rANT5fc803b23459: add more standard fs operations.
Mar 2 2026, 6:09 AM
themackabu committed rANTeb09e758487f: improve regex species.
Mar 2 2026, 6:09 AM
themackabu committed rANT01d32f076341: add pending target flush.
Mar 2 2026, 6:09 AM
themackabu committed rANTc246fbe3d41c: update symbol system.
Mar 2 2026, 6:09 AM
themackabu committed rANT0eeefb59fc46: RegExp species handling and related spec fixes.
Mar 2 2026, 6:09 AM
themackabu committed rANT52c9097d0080: rewrite internal subclassing system.
Mar 2 2026, 6:09 AM
themackabu committed rANT0c3eab92fe49: binding loss fixes.
Mar 2 2026, 6:09 AM
themackabu committed rANT4ec67647c087: improve string spread handling for arrays and literals.
Mar 2 2026, 6:09 AM
themackabu committed rANT481a1ca4529e: add support for Symbol.unscopables well-known symbol key.
Mar 2 2026, 6:09 AM
themackabu committed rANT020d0f337699: improve spread operator support for arrays, strings, and dynamic arguments.
Mar 2 2026, 6:09 AM
themackabu committed rANT5123bc752e0f: fix Uint8Array constructor validation.
Mar 2 2026, 6:09 AM
themackabu committed rANTc93d6a337fca: add error propagation in interleaved extraction context.
Mar 2 2026, 6:09 AM
themackabu committed rANT85928ee16e67: implement enhanced destructuring pattern support for arrays and objects.
Mar 2 2026, 6:09 AM
themackabu committed rANTaa4f4e4d70e3: improve function prototype handling.
Mar 2 2026, 6:09 AM
themackabu committed rANTd9f75f93a9b6: implement Symbol.species support for Promise, Array, and RegExp.
Mar 2 2026, 6:09 AM
themackabu committed rANT02a19fd6ce54: improve class expression validation.
Mar 2 2026, 6:09 AM
themackabu committed rANTcd8172c5b74a: fix uuid dep linkage for win32.
Mar 2 2026, 6:09 AM
themackabu committed rANTf735fc263d58: add support for lexical `new.target`.
Mar 2 2026, 6:09 AM
themackabu committed rANT5ba56af13d5e: support super class expressions in class definitions.
Mar 2 2026, 6:09 AM
themackabu committed rANT96d223aa395c: add tomli support for TOML parsing in Python < 3.11.
Mar 2 2026, 6:09 AM
themackabu committed rANTee6fc973c9ab: remove redundant header.
Mar 2 2026, 6:09 AM
themackabu committed rANTa37e1807613b: fix meson typo.
Mar 2 2026, 6:09 AM
themackabu committed rANTa862965aedf4: generate messages.h from messages.toml for core library.
Mar 2 2026, 6:09 AM
themackabu committed rANTac813b094935: add windows dependencies for LMDB.
Mar 2 2026, 6:09 AM
themackabu committed rANT2a74bc5bebab: add process.features support and snapshot generation from index.ts.
Mar 2 2026, 6:09 AM
themackabu committed rANT87073b5409f3: add watch mode functionality and improve CLI error handling.
Mar 2 2026, 6:09 AM
themackabu committed rANT348c8b77524c: design lmdb api.
Mar 2 2026, 6:09 AM
themackabu committed rANTdbd886179a07: implement LMDB database module, and transaction handling.
Mar 2 2026, 6:09 AM
themackabu committed rANT08fa5938532a: normalize enter key event to emit '\r'.
Mar 2 2026, 6:09 AM
themackabu committed rANT9b2a50ceaf44: optimize garbage collection, reduce stalls.
Mar 2 2026, 6:09 AM
themackabu committed rANT16002c2f9ecd: refactor: consolidate base64, improve fs encoding, and clean up io/utils.
Mar 2 2026, 6:09 AM
themackabu committed rANTef2aef84f40d: support multiple input files via command line argument.
Mar 2 2026, 6:09 AM
themackabu committed rANTc5907cbe11a3: version checksum for summary step.
Mar 2 2026, 6:09 AM
themackabu committed rANT97cd4d340e33: change libuv dep order.
Mar 2 2026, 6:09 AM
themackabu committed rANTf6b73469ddbe: use clang64 instead of minGW64.
Mar 2 2026, 6:09 AM

Feb 15 2026

themackabu committed rANT32b18f1b1662: ast.
Feb 15 2026, 6:26 PM
themackabu committed rANTda28911c0817: add bytecode.
Feb 15 2026, 6:26 PM
themackabu committed rANT327d21970a03: add slabs.
Feb 15 2026, 6:26 PM
themackabu committed rANT800cce4a21c5: use clang64 instead of minGW64.
Feb 15 2026, 6:26 PM
themackabu committed rANT8b573570d588: [broken] gc rooting attempt.
Feb 15 2026, 6:26 PM
themackabu committed rANTddfe6237cab5: commit wip.
Feb 15 2026, 6:26 PM
themackabu committed rANT86e1a4eb80fd: improve Windows path handling in build-native-deps action.
Feb 15 2026, 6:26 PM
themackabu committed rANTfc83c51b9d05: remove llhttp and libuv dependency support from build workflow.
Feb 15 2026, 6:26 PM
themackabu committed rANTa67fa9378365: introduce configurable TLS library support in build workflows.
Feb 15 2026, 6:26 PM
themackabu committed rANTc6bf3d173b85: update dependencies and refactor build system.
Feb 15 2026, 6:26 PM
themackabu committed rANT76bc9ec359ac: cmake ninja matrix flag.
Feb 15 2026, 6:26 PM
themackabu committed rANT6f745eee2a2f: improve core sources to snapshot generation.
Feb 15 2026, 6:26 PM
themackabu committed rANT99d4c3dd6d42: add centralized dependency management for vendor libraries.
Feb 15 2026, 6:26 PM
themackabu committed rANT7fbbb7d7090a: bump to libuv 1.52.0.
Feb 15 2026, 6:26 PM
themackabu committed rANT8f096b20e398: bump tlsuv, nghttp2, zlib-ng dependencies.
Feb 15 2026, 6:26 PM