A Lisp implemented in AWK
@shebang
# -*- coding: utf-8-unix; mode: awk; -*-
# SPDX-License-Identifier: BSD-2-Clause
#   
#     ####   #        ####   #####    ##    #    #  #    #
#    #    #  #       #    #    #     #  #   #    #  #   #
#    #       #       #    #    #    #    #  #    #  ####
#    #  ###  #       #    #    #    ######  # ## #  #  #
#    #    #  #       #    #    #    #    #  ##  ##  #   #
#     ####   ######   ####     #    #    #  #    #  #    #
#   
# glotawk, a Lisp implemented in AWK
@include-commented LICENSE

@target glotawk
@include glotawk-common.awk
# When we build image.awk, this include is replaced with lib-eval.awk;
# see Makefile
@include image.awk