aboutsummaryrefslogtreecommitdiffstats
path: root/FMark
diff options
context:
space:
mode:
authorYann Herklotz <ymherklotz@gmail.com>2018-03-23 19:59:09 +0000
committerYann Herklotz <ymherklotz@gmail.com>2018-03-23 19:59:09 +0000
commitf70544b7da667460df69c2d6612b3c81e763e8ed (patch)
treec0c48ff0348cf73e766116412476c30d34a48969 /FMark
parent84de491cf98a8365b281ed5726bba4eeb7b584f4 (diff)
downloadFMark-f70544b7da667460df69c2d6612b3c81e763e8ed.tar.gz
FMark-f70544b7da667460df69c2d6612b3c81e763e8ed.zip
Adding more documentation
Diffstat (limited to 'FMark')
-rw-r--r--FMark/src/Common/Lexer/README.md5
1 files changed, 0 insertions, 5 deletions
diff --git a/FMark/src/Common/Lexer/README.md b/FMark/src/Common/Lexer/README.md
index 5cdf90a..a1efa7a 100644
--- a/FMark/src/Common/Lexer/README.md
+++ b/FMark/src/Common/Lexer/README.md
@@ -162,11 +162,6 @@ It can easily be extended by adding the type of the token to `Token` above. Then
has to be linked to the token by adding it as a tuple of type `string * Token` to a list called
`charList` in the [Lexer](/FMark/Lexer.fs).
-## Missing Feature
-
-Currently, it does not return code blocks into `CODEBLOCK`, as that will be moved into the parser and removed from the
-Token list.
-
# Test Plan
The lexer and the preprocessor were built using a test-driven manner, by writing tests first and then making them pass with