Fedi Nabli

Results 7 issues of Fedi Nabli

In lecture 94, Implementing the ELF Loader - Part 2, we create the funciton `static bool elf_is_executable(struct elf_header* header)` since we are only working with executable files, but later at...

Hello Daniel, In the EXPRESSION_UNINHERITABLE_FLAGS macro function you added "EXPRESSION_LOGICAL_AND" but not "EXPRESSION_LOGICAL_OR". Is this a bug or intended. Kind Regards

Hello Daniel, Just wanted to point out that you forgot to implement elif preprocessor token. Kind Regards,

I found a bug, when I place a for loop in another function besides main it thinks it needs a ; after the loop part and gives a segmentation fault....

At the end of lecture 85, the compiler outputs this warning message: > ./parser.c:109:39: warning: 'memset' call operates on objects of type 'struct parser_history_switch' while the size is based on...

In the lexer lecture when we created the `is_keyword` function, we check for `__ignore_typecheck` and in the parser we check for `__ignore_typecheck__` , was this a typo or made intentially?

Hello Daniel, I wanted to point out, that in the codegen_response_acknowledged function, I found a BUG; If we're checking the flags we should type type: ``` bool codegen_response_acknowledged(struct response* res)...