Cleaned up readme

This commit is contained in:
Kyler Olsen 2024-03-13 08:37:14 -06:00
parent 780ac646c3
commit c16ae94d25
1 changed files with 4 additions and 4 deletions

View File

@ -456,14 +456,14 @@ semicolon (`;`).
### Semantics
**NOTICE: This section describes the plan on how the semantical analyzer will be
implemented in the `pytd12dk` implementation.**
<!-- **NOTICE: This section describes the plan on how the semantical analyzer will be
implemented in the `pytd12dk` implementation.** -->
First the semantical analyzer converts the syntax tree into an instruction list.
<!-- First the semantical analyzer converts the syntax tree into an instruction list. -->
### Directive Compilation
Currently directives are discarded by the compiler. In future versions of the
Currently directives are ignored by the compiler. In future versions of the
language, directives will be used.
## pytd12dk