Remove buxs/ — no Windows support, we build on Linux only
This commit is contained in:
@@ -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
|
||||
@@ -1,4 +0,0 @@
|
||||
@echo off
|
||||
REM Windows wrapper to build Bux from buxs/ root
|
||||
cd ..
|
||||
make build
|
||||
@@ -1,4 +0,0 @@
|
||||
#!/bin/bash
|
||||
# Wrapper script to build Bux from buxs/ root
|
||||
cd ..
|
||||
make build
|
||||
@@ -1,7 +0,0 @@
|
||||
[Package]
|
||||
Name = "buxc"
|
||||
Version = "0.1.0"
|
||||
Type = "bin"
|
||||
|
||||
[Build]
|
||||
Output = "Bin"
|
||||
Reference in New Issue
Block a user