diff options
author | colin <colin@cicadas.surf> | 2023-08-03 20:34:46 -0700 |
---|---|---|
committer | colin <colin@cicadas.surf> | 2023-08-03 20:34:46 -0700 |
commit | 053aeaa1a2fad082d7bd38c8eb405a8cbc18a7a6 (patch) | |
tree | e3c518796f0a16b6b8be179753d883febf06d9c1 | |
parent | f242a709095fc660b51aec8c2590cadc89f144ba (diff) |
wording
-rw-r--r-- | README.org | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ * Argot: A System For Grammar-Driven Macros The ~argot~ system provides a macro-defining-macro called -~deflanguage~, which accepts a context-free grammar that is used to +~deflanguage~ that accepts a context-free grammar that is used to parse the body calls to the defined macro. ** A brief tour |