This is an old revision of the document!


Baja

Baja is a Synchronet module compiler and BASIC-like language for creating programmable command shells and modules for Synchronet versions 2 and 3.

Most Synchronet command shells are currently written in Baja.

Source

Baja source files are plain ASCII text files (IBM CP437 characters may also be used). The Baja language is documented here.

Compiling

Synchronet modules written “in baja”, rely on the baja utility to compile their “source” into an “executable” (interpretted) binary format (.bin file).

Note: There is a corresponding binkit utility, created by Deuce, for decompiling Baja .bin files into somewhat readable (and modifiable) Baja source (.src) files.

Usage

usage: baja [-opts] file[.src]

 opts: -d display debug during compile
       -c case sensitive variables, labels, and macros
       -o set output directory (e.g. -o/sbbs/exec)
       -i set include directory (e.g. -i/sbbs/exec)
       -q quiet mode (no banner)
       -p pause on error

Example

To compile the Baja source file exec/default.src into the executable module exec/default.bin, from the Synchronet exec directory, type:

baja default

Trivia

The marketing name “Baja”, was coined by Dr. Seuss and inspired by vacations at our father's house in Baja California.

See Also

util/baja.1519935076.txt · Last modified: 2018/03/01 12:11 by digital man
Back to top
CC Attribution 4.0 International
Driven by DokuWiki Recent changes RSS feed Valid CSS Valid XHTML 1.0