INDAPlus21 / INDAPlus21/carlch-assembly

Pass

Open
#1 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
C
Stars
0
Forks
0
PR merge metrics
No merged PRs in 30d

Description

_Error_:
```
src/parser.c: In function 'lexer':
src/parser.c:151:16: error: incompatible types when initializing type 'enum _Instructions' using type 'void *'
151 | {NULL, NULL}
| ^~~~
make: *** [Makefile:15: src/parser.o] Error 1
```

But with the offending line gone, it compiled like a charm.

You absolute madlad. Since your compiler and runtime environment are finished (with a couple of friendly bugs of course), I'll give you a pass despite of you not providing a complete complementary program.

Thanks for your hard work!

Contributor guide

No contributing guide indexed for this repository

Research direction

Start in src/parser.c around line 151 and use the build command from Makefile:15 to reproduce the incompatible enum/void* initializer error. The issue indicates that removing the offending line allows compilation; done means the project builds successfully without that compiler error.

Written by the indexing model from the issue text.

Assessment

Tech stack
c
Domain
compilers
Issue type
Bug
Difficulty
1/5
Estimated time
Under an hour
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.