Change quoting for busybox awk compatibility (also simplifies the expression).
break lines in data included via @text
some basic settings for vim
force utf8 encoding in prolog script
unified function for reporting lookup errors, tests
error out on undefined tables
tests
add test
fixups of data.awk
allow empty get() on nonexistent variable
read whole file instead of lazy input which seeks
remove xtrace
add script that works from tup/fuse
add test
add test
make shebang work, fixes parsing errors, error formatting
fix regex parsing
more tests,  print out correct variable name from get()
fix returncode for find(), make directories for tests with Makefile
test for empty stderr, clarify regexp
tests, error out on undefined variables, support default variable value in data.awk
Add cuts to speed up failure on incorrect input, don't allow unescaped nested double-quote.
filters and quoted string defaults in query.pl, tests using shelltestrunner
implement getting values with fallback in query.pl
very basic implementation of query postprocessor in prolog
"realpath" the @filename macro
fix @filename macro
check for consistent field definitions
generalize the filename changing to all macros
fix macro readinto, more debug printouts
printing out file dependencies
fix FS
print dependencies in aat.awk
fix syntax
allow deleting variables in data files
remove let macro, more debugging, fix complex query output
fix output when query did not match, skip comments
include query postproc in aat script, fix missing quote character
fix some regexps
make aat produce <> enclosed strings for postprocessing with query.awk
query preprocessor
angle brackets notation for vim
filters, query-aware macros
WIP aat filters
allow interleaving of awk expressions with queries
WIP function-parsed expressions
vim syntax file
fix ebnf in readme
update readme
add stuff to README
allow dot in variable names, allow empty lines and comments
make hello3.aat work
extended to support syntax in hello2.aat
forgot to loop_end()
looping ang getter function
WIP data reader
add README
comment the code a bit, rename some stuff
initial commit