Remove buxs/ — no Windows support, we build on Linux only

This commit is contained in:
2026-06-05 20:12:51 +03:00
parent 9c6b516453
commit 7b3fa2c423
4 changed files with 0 additions and 35 deletions
-20
View File
@@ -1,20 +0,0 @@
# BUXS — Windows-Compatible Project Root
This directory serves as an alternative project root for Windows environments
where the name `bux` may conflict with system paths or tooling.
## Usage
From this directory, you can build and run the Bux compiler using the
provided wrapper scripts.
## Structure
The actual project source lives in the parent directory (`../`):
- `../compiler/bootstrap/` — Nim bootstrap compiler
- `../compiler/selfhost/` — Self-hosting compiler (Bux)
- `../library/std/` — Standard library modules
- `../library/runtime/` — C runtime files
- `../tests/` — Integration tests
- `../docs/` — Documentation
-4
View File
@@ -1,4 +0,0 @@
@echo off
REM Windows wrapper to build Bux from buxs/ root
cd ..
make build
-4
View File
@@ -1,4 +0,0 @@
#!/bin/bash
# Wrapper script to build Bux from buxs/ root
cd ..
make build
-7
View File
@@ -1,7 +0,0 @@
[Package]
Name = "buxc"
Version = "0.1.0"
Type = "bin"
[Build]
Output = "Bin"