This repository has been archived by the owner on Jun 27, 2022. It is now read-only.
Add PreProcessor
step to syntax analysis and rename syntax-check to analyse
#9
Labels
bug
Something isn't working
Summary:
Renaming and Restructuring
parac syntax-check
to proper code analysis aka.parac analyse
. (Possibly adding a proper Syntax analysis later)Implementing the Pre-Processor parsing and code-generation into the code analysis to preserve correct comment handling and
parsing. (Currently, multi-line comments are causing issues in some areas, which lead to false results saying there is a syntax
error, despite non being present).
This means the Pre-Processor should process the file and assemble the new code appropriately. Resulting in that it will also be
necessary to add command-line macros when utilising code analysis, due to the Pre-Processor being required to correctly
assemble the code as wanted.
This means that the new
analyse
command will perform valid checking of the file after utilisation of the Pre-Processor. A newsyntax command could be implemented later on just for syntax analysis without Pre-Processor utilisation, but due to the
handling of comments, integrating the Pre-Processor serves the best purpose at the moment.
The text was updated successfully, but these errors were encountered: