Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
d272002
Initialize @alloyscript/runtime with Bun, C host, and tests
yumin-chen Mar 29, 2026
103d422
Initialize @alloyscript/runtime with SQLite and Spawn support
yumin-chen Mar 29, 2026
7379798
Complete @alloyscript/runtime with comprehensive SQLite support
yumin-chen Mar 29, 2026
8ae8794
Complete @alloyscript/runtime with SQLite, Spawn, and SecureEval support
yumin-chen Mar 29, 2026
7679126
Replace window.eval with Alloy.secureEval
yumin-chen Mar 29, 2026
c5ffb60
Update AlloyScript Runtime with MicroQuickJS documentation and placeh…
yumin-chen Mar 29, 2026
a4311d4
Add comprehensive tests for SecureEval
yumin-chen Mar 29, 2026
04dbe9e
Finalize @alloyscript/runtime project with production-grade support
yumin-chen Mar 29, 2026
cc79f31
Implement alloy:gui Native UI Framework
yumin-chen Mar 29, 2026
4532159
Replace global eval object via globalThis
yumin-chen Mar 29, 2026
2fe184f
Implement Native C GUI Bindings and Platform Linking
yumin-chen Mar 29, 2026
52a4077
Implement production-grade C-side bindings for alloy:gui
yumin-chen Mar 29, 2026
52f10b4
Expand alloy:gui to full 45+ component library
yumin-chen Mar 29, 2026
d68814b
Add comprehensive UI component and E2E bridge tests
yumin-chen Mar 29, 2026
f16274c
Refine AlloyScript SQLite with Forked Dependency and Advanced Features
yumin-chen Mar 30, 2026
5801e54
Finalize @alloyscript/runtime with complete Native GUI, SQLite, and S…
yumin-chen Mar 30, 2026
4a02219
Modularize UI components into separate files
yumin-chen Mar 30, 2026
4c66922
Add professional C and C++ examples for alloy:gui
yumin-chen Mar 30, 2026
5bec38c
Implement all 45+ UI components in native C layer
yumin-chen Mar 30, 2026
9efd1a9
feat: initialize @alloyscript/runtime with SQLite, Spawn, and Native GUI
yumin-chen Mar 31, 2026
3312cf1
refactor: modularize native GUI components and enhance test suite
yumin-chen Mar 31, 2026
b96e488
feat: implement Streams, File I/O APIs and Cocoa GUI backend
yumin-chen Apr 1, 2026
80de05c
feat: redesign IPC for defense-in-depth and enhance native GUI
yumin-chen Apr 1, 2026
c61a454
refactor: implement dual-engine architecture and complete Streams API
yumin-chen Apr 1, 2026
a3e9a10
feat: redesign AlloyScript as Dual-Engine Engine (@alloyscript/engine)
yumin-chen Apr 1, 2026
16f2f36
feat: implement Alloy Transpiler API and extend native bridge
yumin-chen Apr 1, 2026
200ba70
feat: integrate MicroQuickJS parser into Alloy Transpiler
yumin-chen Apr 1, 2026
812abfb
feat: implement Alloy REPL and bytecode-backed Transpiler
yumin-chen Apr 1, 2026
d671d3c
feat: support WASM and Browser target in AlloyScript Engine
yumin-chen Apr 1, 2026
f957fee
feat: refine Dual-Engine architecture with bytecode and global bindings
yumin-chen Apr 1, 2026
5d303bb
feat: finalize secure Dual-Engine architecture with REPL and Bytecode…
yumin-chen Apr 1, 2026
ced82d2
feat: implement dual-engine architecture for @alloyscript/engine
yumin-chen Apr 1, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
# Build artifacts
/build
node_modules/
bun.lockb
73 changes: 0 additions & 73 deletions CHANGELOG.md

This file was deleted.

39 changes: 0 additions & 39 deletions CMakeLists.txt

This file was deleted.

17 changes: 0 additions & 17 deletions CONTRIBUTING.md

This file was deleted.

58 changes: 0 additions & 58 deletions MIGRATION.md

This file was deleted.

Loading