summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2020-01-23 20:38:45 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2020-01-23 20:38:45 +0100
commit6572619caffcc02de2d7300c4320028c4ab2d8a8 (patch)
tree2a2cf1d7915eab803dcca0d528dbe6045c8a6239 /README
parente7ee74f96de6521fd09d89883913dd8b8bd94ef5 (diff)
downloadcompilertests-6572619caffcc02de2d7300c4320028c4ab2d8a8.tar.gz
compilertests-6572619caffcc02de2d7300c4320028c4ab2d8a8.tar.bz2
some work on basic declarations and statement blocks
Diffstat (limited to 'README')
-rw-r--r--README6
1 files changed, 6 insertions, 0 deletions
diff --git a/README b/README
index 7e41d02..d2b53bd 100644
--- a/README
+++ b/README
@@ -94,3 +94,9 @@ synthesis:
- vms
- https://github.com/tekknolagi/carp
- https://github.com/jakogut/tinyvm
+
+- error handling in compilers
+ - in times of punch cards or C++ compiling 1000nds of lines it's essential
+ to get as many error reports per compiler run as possible. Modular linking
+ and language should result in <1000 lines code compiles, so redoing it
+ should really not be a problem on nowadays computers.