• Joined on 2026-01-14
admin pushed to master at admin/j-lang 2026-03-03 01:17:50 +01:00
9610957f1b add turingcomplete cpu compiler
admin pushed to master at admin/j-lang 2026-03-03 01:16:09 +01:00
d8b4f9b2ea Add class support with constructors, fields, and methods
f2e90efc16 Add user-defined functions with call frames
da9bb6ca62 Complete VM parity with eval and fix operator precedence
4442886afa Add bytecode VM backend (compile AST to bytecodes + stack-based VM)
2c91cbb561 Add // line comments, grouped parentheses, and NODE_NOP
Compare 10 commits »
admin created branch master in admin/j-lang 2026-03-03 01:16:09 +01:00
admin created repository admin/j-lang 2026-03-03 01:13:33 +01:00
admin pushed to main at admin/hdl-projects 2026-03-01 05:00:09 +01:00
d4ffd9dd46 add fsm_traffic
6df7024707 add stack
Compare 2 commits »
admin pushed to main at admin/hdl-projects 2026-03-01 03:45:02 +01:00
42811f868b add rom
admin pushed to main at admin/hdl-projects 2026-03-01 03:29:17 +01:00
b3d11de769 add ram
cec82dc58f add register_file
5cc4b5adf4 add shift_register
Compare 3 commits »
admin pushed to main at admin/hdl-projects 2026-03-01 01:42:54 +01:00
9ff7d002c1 update .gitignore
53925538d6 add counter
1525373c61 add flipflop
8050e9a473 add gitignore
Compare 4 commits »
admin pushed to main at admin/hdl-projects 2026-03-01 01:03:16 +01:00
eba954854c update roadmap
3f0f6f04e3 decoder_encoder
a1a95b50ab mux_demux
838ee4c0ae run.sh adapted for mac
Compare 4 commits »
admin pushed to main at admin/hdl-projects 2026-02-28 22:00:21 +01:00
d094ff3148 first commit
admin created branch main in admin/hdl-projects 2026-02-28 22:00:21 +01:00
admin created repository admin/hdl-projects 2026-02-28 21:58:18 +01:00
admin pushed to main at admin/grokway 2026-02-09 01:26:45 +01:00
803b4049a6 Add --slug flag to reuse a specific subdomain across sessions
admin pushed to main at admin/grokway 2026-02-09 01:11:06 +01:00
c83fa3530d Add SSH keepalive and auto-reconnection to prevent idle disconnections
34af75aaa1 Fix panic in WebSocket handling by manually writing headers instead of using r.Write
bec63c3283 Fix POST requests by using standard HTTP tunneling instead of unconditional Hijack
Compare 3 commits »
admin pushed to main at admin/env-guard 2026-01-28 18:02:34 +01:00
c1c4dc62fb feat: add update target to Makefile for server binary updates
admin pushed to main at admin/env-guard 2026-01-28 17:34:46 +01:00
126ec47b30 feat: add Makefile and systemd service for linux deployment
admin pushed to main at admin/env-guard 2026-01-28 16:40:02 +01:00
0b091c93db feat: implement split history view, jira tickets and description
d33b4e8676 feat: implement service history view and tracking
Compare 2 commits »
admin pushed to main at admin/env-guard 2026-01-28 15:43:22 +01:00
4b41a85a5b feat: implement auto-polling in cli
admin pushed to main at admin/env-guard 2026-01-28 15:34:52 +01:00
f0b4a0142d feat: add api security, update services list and add gitignore
admin pushed to main at admin/env-guard 2026-01-28 15:20:49 +01:00
a857c1a051 feat: add server url parameter to cli