You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 6, 2021. It is now read-only.
Output a warning once an unknown flag is detected No more info is available at the moment!
Add the flag <no-comments> No more info is available at the moment!
Add the flag <no-preprocessor-methods> No more info is available at the moment!
Add the flag <no-import> No more info is available at the moment!
Add the flag <no-using> No more info is available at the moment!
Add the flag <debug-mode> This will result in the output program reporting stuff in a debug console to the user. No more info is available at the moment!
Add the flag <safe-mode> No more info is available at the moment!
Add the flag <skip-preprocessor> Cancelled! (This was a debug feature, and it's no longer needed)
Process tell data No more info is available at the moment!
C Compiler: On hold
After the core stuff is taken care of, move to these things:
Build some demo projects For example, you could try creating a "Conway's game of life" demo.
Create a Cross-Platform Structural Interface Definition Language
A cross-platform markup language that holds readable and understandable text that defines an interface for a program with local/native system components.
Note:
The system versioning is gonna work as followed:
X.X-<type>.<copy_id>
For example: 0.1-dev.2 means version 0.1, developer release, copy 2. 0.1-alpha.1 means version 0.1, alpha release, copy 1. 0.1-beta.4 means version 0.1, beta release, copy 4. 0.1 means version 0.1, final release.
The text was updated successfully, but these errors were encountered:
EWOS (Errors and Warnings output system):
You can find more info about this in the issue "Create an errors and warnings codes system #208"
.opf
file with detailed information #241No more info is available at the moment!
Preprocessor:
.mur
and.lib.mur
filesYou can find more info about this in the issue "Exit on incorrect input file detection #172"
No more info is available at the moment!
<no-comments>
No more info is available at the moment!
<no-preprocessor-methods>
No more info is available at the moment!
<no-import>
No more info is available at the moment!
<no-using>
No more info is available at the moment!
<debug-mode>
This will result in the output program reporting stuff in a debug console to the user. No more info is available at the moment!
<safe-mode>
No more info is available at the moment!
Add the flag<skip-preprocessor>
Cancelled! (This was a debug feature, and it's no longer needed)
separate zone
You can find more info about this in the issue "Add the
separate
super-method #128"You can find more info about this in the issue "Enhance preprocessor text detection #90"
You can find more info about this in the pull request "Updated the whitespace filter #210"
You can find more info about this in the issue "The comments filter is breaking the compiler #57"
You can find more info about this in the issue "The comments filter is breaking the compiler #57"
use
andimport
methods)No more info is available at the moment!
.mur
files that are imported using theimport
methodNo more info is available at the moment!
No more info is available at the moment!
define
methodNo more info is available at the moment!
Lexer:
SYMBOL
No more info is available at the moment!
STRING
No more info is available at the moment!
CHAR
No more info is available at the moment!
NUMBER
No more info is available at the moment!
OPERATOR
No more info is available at the moment!
BOOLEAN
No more info is available at the moment!
ZONE_LINE
No more info is available at the moment!
HEX
No more info is available at the moment!
No more info is available at the moment!
No more info is available at the moment!
No more info is available at the moment!
No more info is available at the moment!
Parser:
Process all lexer tokens and categorise them to their terminal-forms (output to
.trm
)Group 1: the defaults
ZONE_LINE
terminal componentNo more info is available at the moment!
STRING
terminal componentNo more info is available at the moment!
CHAR
terminal componentNo more info is available at the moment!
BOOLEAN
terminal componentNo more info is available at the moment!
NUMBER
terminal componentNo more info is available at the moment!
IDENTIFIER
terminal componentNo more info is available at the moment!
Group 2: the specifiers
type_specifier
terminal componentNo more info is available at the moment!
state_specifier
terminal componentNo more info is available at the moment!
Group 3: the declarators
function_declarator
terminal componentNo more info is available at the moment!
group_declarator
terminal componentNo more info is available at the moment!
class_declarator
terminal componentNo more info is available at the moment!
Group 4: the operators
assignment_operator
terminal componentNo more info is available at the moment!
comparison_operator
terminal componentNo more info is available at the moment!
end_operator
terminal componentNo more info is available at the moment!
maths_operator
terminal componentNo more info is available at the moment!
zone_operator
terminal componentNo more info is available at the moment!
array_operator
terminal componentNo more info is available at the moment!
return_type_operator
terminal componentNo more info is available at the moment!
assignment_short_operator
terminal componentNo more info is available at the moment!
negative_operator
terminal componentNo more info is available at the moment!
parentheses_operator
terminal componentNo more info is available at the moment!
separation_operator
terminal componentNo more info is available at the moment!
dot_operator
terminal componentNo more info is available at the moment!
elevational_operator
terminal componentNo more info is available at the moment!
Group 5: statements
return_statement
terminal componentNo more info is available at the moment!
ref_statement
terminal componentNo more info is available at the moment!
delete_statement
terminal componentNo more info is available at the moment!
Check the file
./parser_plan.txt
in the main directory of the project for more info.prs
)No more info is available at the moment!
setsize
methodNo more info is available at the moment!
No more info is available at the moment!
No more info is available at the moment!
No more info is available at the moment!
No more info is available at the moment!
No more info is available at the moment!
No more info is available at the moment!
No more info is available at the moment!
No more info is available at the moment!
No more info is available at the moment!
No more info is available at the moment!
No more info is available at the moment!
Optimiser:
For more info, check the issue "Optimise variable declarations #292"
Evaluator:
On hold
Bundler:
tell
dataNo more info is available at the moment!
C Compiler:
On hold
After the core stuff is taken care of, move to these things:
For example, you could try creating a "Conway's game of life" demo.
A cross-platform markup language that holds readable and understandable text that defines an interface for a program with local/native system components.
Note:
The system versioning is gonna work as followed:
For example:
0.1-dev.2 means version 0.1, developer release, copy 2.
0.1-alpha.1 means version 0.1, alpha release, copy 1.
0.1-beta.4 means version 0.1, beta release, copy 4.
0.1 means version 0.1, final release.
The text was updated successfully, but these errors were encountered: