A Lisp implemented in AWK
# SPDX-License-Identifier: BSD-2-Clause

@include logging.awk
@include data.awk
@include eval.awk
@include math.awk
@include osf.awk
@include reader.awk
@include printer.awk
@include repl.awk
@include gc.awk
@include dump.awk
# make sure the symbol numbers for the first symbols are the same as
# when we built the image.
@include first-symbols.awk