Skip to content

sw-embed/sw-cor24-project

Repository files navigation

sw-cor24-project

Softwarewrighter's independent, educational, and experimental toolchain projects targeting the MakerLisp COR24 ISA.

These are not official MakerLisp tools. This is independent work by Softwarewrighter exploring language bootstrapping, browser-based demos, FPGA-hosted development, and vibe-coding workflows.

Overview

This repository is the hub for the COR24 software ecosystem under the sw-embed organization. It maps the projects, explains their relationships, and hosts the portal site.

The ecosystem includes:

  • Assembler + Emulator — the foundation, implementing the COR24 ISA
  • Tiny C compiler — a small educational C compiler
  • Macro Lisp — a Lisp-1 with macros, GC, and closures
  • Forth — a direct-threaded-code Forth system
  • P-code tools — VM, assembler, and linker for a p-code substrate
  • Pascal — a Turbo-Pascal-inspired compiler, runtime, and linker
  • BASIC — a 1970s-style line-numbered BASIC interpreter
  • SNOBOL4 — a SNOBOL4-inspired string-processing language
  • PL/SW — a systems programming language
  • APL — an APL interpreter
  • Monitor + Script — resident monitor and interactive shell
  • Utilities — debugger, text editor (yocto-ed), p-code AOT compiler
  • Browser demos — each tool has a companion web IDE/debugger

Repos

Cross-tools (Rust, run on host)

Repo Purpose Status
sw-cor24-emulator COR24 emulator + ISA definitions Active
sw-cor24-x-assembler COR24 cross-assembler (Rust) Active
sw-cor24-x-tinyc COR24 cross C compiler (Rust) Active
sw-cor24-rust Rust-to-COR24 via MSP430 IR (experimental) Experimental
sw-cor24-x-pc-aotc P-code ahead-of-time compiler → native COR24 assembly In development

Native tools (C, run on COR24)

Repo Purpose Status
sw-cor24-assembler COR24 native assembler (C) In development
sw-cor24-tinyc COR24 native C compiler (C) Future
sw-cor24-monitor Resident monitor + service-vector I/O ABI In development
sw-cor24-script Interactive shell/scripting language (sws, Tcl-inspired) In development
sw-cor24-yocto-ed Minimal modal text editor In development

Language toolchains

Repo Purpose Status
sw-cor24-forth Forth system Active
sw-cor24-macrolisp Macro Lisp system Active
sw-cor24-pascal Pascal compiler + runtime Active
sw-cor24-pcode P-code VM + assembler + linker Active
sw-cor24-apl APL interpreter Active
sw-cor24-basic BASIC interpreter (line-numbered, UNIVAC-inspired) In development
sw-cor24-snobol4 SNOBOL4 string-processing language In development
sw-cor24-plsw PL/SW compiler In development
sw-cor24-fortran Fortran (research) Research
sw-cor24-debugger Source-level debugger Experimental

Browser demos (live web IDEs)

Repo Purpose Status
web-sw-cor24-demos Ecosystem portal + live demo directory Active
web-sw-cor24-assembler Browser-based assembly IDE Active
web-sw-cor24-tinyc Browser-based C IDE Active
web-sw-cor24-forth Browser-based Forth IDE Active
web-sw-cor24-macrolisp Browser-based Lisp IDE Active
web-sw-cor24-pascal Browser-based Pascal IDE Active
web-sw-cor24-pcode Browser-based p-code IDE Active
web-sw-cor24-basic Browser-based BASIC sandbox Active
web-sw-cor24-snobol4 Browser-based SNOBOL4 sandbox Active
web-sw-cor24-apl Browser-based APL sandbox Active
web-sw-cor24-plsw Browser-based PL/SW IDE Active

Reporting

  • scripts/gen-closed-issues.sh -- generates closed-issues/index.html (closed issues heatmap by repo/date)
  • scripts/gen-commits.sh -- generates commits/index.html (commit activity heatmap by repo/hour)

Both scripts query the GitHub API via gh + jq for all sw-embed/sw-cor24-* and sw-embed/cor24-* repos. Re-run to refresh.

Documentation

Why This Exists

  1. Vibe-coding and personal software — a laboratory for improving AI-assisted software creation, incremental tool-building, and educationally useful implementations.

  2. Complete toolchain on FPGA hardware — a path toward a self-hosting development environment on custom FPGA-based systems.

  3. Browser-based education — the same tooling explorable in the browser for tutorials, blog posts, and video demonstrations.

License

See LICENSE.

About

Software Wrighter COR24 Project -- umbrella repo with docs and links to all related COR24 projects

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors