diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2022-07-05 16:44:35 -0400 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2022-07-05 16:44:35 -0400 |
commit | 9e5195fcb119f86910a9144bdcdfe12850c1435e (patch) | |
tree | 4f4c88f449dce0bd43fe13ad5ee90cba4f303350 /src/eval.c | |
parent | d2eadc93db7611a20dce86c4af77e64b80ee29e3 (diff) | |
download | bfs-9e5195fcb119f86910a9144bdcdfe12850c1435e.tar.xz |
parse: They're called "primary expressions," not "literals"
Diffstat (limited to 'src/eval.c')
-rw-r--r-- | src/eval.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -15,7 +15,7 @@ ****************************************************************************/ /** - * Implementation of all the literal expressions. + * Implementation of all the primary expressions. */ #include "eval.h" |