aboutsummaryrefslogtreecommitdiff
path: root/src/README.md
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2025-04-21 17:05:46 -0400
committerBruce Hill <bruce@bruce-hill.com>2025-04-21 17:05:46 -0400
commiteed8b0175d358d5990c248fa347354fc8ba25066 (patch)
tree39830d2c7f9e24208ccdbb33c438670ea5c1653e /src/README.md
parentab55eee556ecbe6a8bd0a4f4cd92e38b021f6841 (diff)
Deprecate REPL
Diffstat (limited to 'src/README.md')
-rw-r--r--src/README.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/README.md b/src/README.md
index 9ea5db9d..9c08593e 100644
--- a/src/README.md
+++ b/src/README.md
@@ -8,7 +8,6 @@ This directory contains the source files for the Tomo compiler:
- Compilation logic for enums: [enums.c](enums.c)/[enums.h](enums.h)
- Compilation environments: [environment.c](environment.c)/[environment.h](environment.h)
- Parsing: [parse.c](parse.c)/[parse.h](parse.h)
-- A read-evaluate-print loop: [repl.c](repl.c)/[repl.h](repl.h)
- Compilation logic for structs: [structs.c](structs.c)/[structs.h](structs.h)
- The compiler executable: [tomo.c](tomo.c)/[tomo.h](tomo.h)
- Typechecking logic: [typecheck.c](typecheck.c)/[typecheck.h](typecheck.h)