repos / gbc

GBC - Go B Compiler
git clone https://github.com/xplshn/gbc.git

gbc / lib / b
xplshn  ·  2025-08-13

all.b

B
1/* This file contains definitions that are cross-platform and shared across all targets.
2 * This usually means that the code in this file is implemented on top of platform specific
3 * parts code.
4 */