diff options
author | Flavian Kaufmann <flavian@flaviankaufmann.ch> | 2025-05-22 13:42:33 +0200 |
---|---|---|
committer | Flavian Kaufmann <flavian@flaviankaufmann.ch> | 2025-05-22 13:42:33 +0200 |
commit | a80f818de34a631b4b1c9c9e866c6f43de07d816 (patch) | |
tree | 4a157c098cc44e7ee709775ab28a5856f3d2c259 /README.md | |
parent | 6ef8829451871b534572d47312ae255dee088588 (diff) | |
download | imp-a80f818de34a631b4b1c9c9e866c6f43de07d816.tar.gz imp-a80f818de34a631b4b1c9c9e866c6f43de07d816.zip |
support for comments
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |