-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
bugSomething isn't workingSomething isn't workingenhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is neededinvalidThis doesn't seem rightThis doesn't seem right
Description
@kerravon86 I Tried To Parse C Program FIle To Tradional OS Assembly Language But Show Syntax Error:
firstperson@Acer-Aspire-4749Z:~/osdk/build$ ./bin/osdk simpleos.c
[OSDK] Compiling simpleos.c...
Error at line 1: syntax error
[ERROR] Compilation failed.
firstperson@Acer-Aspire-4749Z:~/osdk/build$ cat simpleos.c
void main() {
// There Is Blank
}
firstperson@Acer-Aspire-4749Z:~/osdk/build$And I want gcc like error catching system
I Think Problem Is Located In ./lang/cparser.y Line Around 250
Please Commit The Repo On compiler branch
GNU Flex Docs: https://ftp.gnu.org/old-gnu/Manuals/flex-2.5.4/flex.html
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingenhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is neededinvalidThis doesn't seem rightThis doesn't seem right