index
:
tomo
bigints
constructive-reals
decimals
dev
doctests-to-debuglog
formatter
internal-texts
main
optional-list-indexing
optionals
paths
simplified-quotes
static-dependencies
str-paths
table-colons
text2
unicode-identifiers
wordier-types
The Tomo programming language
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
compile.c
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
(limited to 'compile.c')
-rw-r--r--
compile.c
2
1 files changed, 1 insertions, 1 deletions
diff --git a/compile.c b/compile.c
index e1537c7d..d55560ef 100644
--- a/
compile.c
+++ b/
compile.c
@@ -1,4 +1,4 @@
-
+// Compilation logic
#include <ctype.h>
#include <gc/cord.h>
#include <gc.h>