aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorFlavian Kaufmann <flavian@flaviankaufmann.ch>2025-05-22 13:42:33 +0200
committerFlavian Kaufmann <flavian@flaviankaufmann.ch>2025-05-22 13:42:33 +0200
commita80f818de34a631b4b1c9c9e866c6f43de07d816 (patch)
tree4a157c098cc44e7ee709775ab28a5856f3d2c259 /README.md
parent6ef8829451871b534572d47312ae255dee088588 (diff)
downloadimp-a80f818de34a631b4b1c9c9e866c6f43de07d816.tar.gz
imp-a80f818de34a631b4b1c9c9e866c6f43de07d816.zip
support for comments
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index a8878d8..360c1e3 100644
--- a/README.md
+++ b/README.md
@@ -4,7 +4,7 @@ A small interpreter of the IMP programming language, written in *C*, with *flex*
Currently, the core functionality of IMP is implemented, additionally, the *local variable extension*, and the *procedure extension* are also implemented.
-There are some syntactic enhancements, such as the boolean constants `true` and `false`, omitting parenthesis around expressions and sequential composition, omitting the else block of an if statment, and the ability to add arbitrary many semicolons after each statement.
+There are some syntactic enhancements, such as the boolean constants `true` and `false`, omitting parenthesis around expressions and sequential composition, omitting the else block of an if statment, support for C-style comments of the form `/* ... */`, and the ability to add arbitrary many semicolons after each statement.
## Dependencies