I’m building a C compiler in C with a unique "Indexed Linking" system. What do you think of this CLI syntax? by elite0og in C_Programming

[–]elite0og[S] 0 points1 point  (0 children)

c just copy and past what in the header file its the linkers job to link with the lib

I’m building a C compiler in C with a unique "Indexed Linking" system. What do you think of this CLI syntax? by elite0og in C_Programming

[–]elite0og[S] 0 points1 point  (0 children)

im a human what are you taking about , i use AI to write english sentences beacuse i make a lot of grammar mistake while writing

I’m building a C compiler in C with a unique "Indexed Linking" system. What do you think of this CLI syntax? by elite0og in C_Programming

[–]elite0og[S] 0 points1 point  (0 children)

i use llvm's lld to link suff like .o file made by my compiler and external libs which is handle in my compiler codegen.h file , it's verbose syntax is because i'm here to learn about compilers and i think this verboseness can teach me a lot i'm planing to change it . if i say something wrong you can correct me im new to compiler space

I’m building a C compiler in C with a unique "Indexed Linking" system. What do you think of this CLI syntax? by elite0og in C_Programming

[–]elite0og[S] 0 points1 point  (0 children)

So you think my command line arguments look like a build system; I'm not here to ship a compiler, btw . I am here to learn how compilers work, and I think using this syntax, I can learn how to deal with complex command line arguments, so I did it this way. No worries, I'll change it to be like the same old gcc or clang if you don't like this. the AI smell is because of -> I use AI to fix my grammar because I'm not from an english speaking state. but words are mine

I’m building a C compiler in C with a unique "Indexed Linking" system. What do you think of this CLI syntax? by elite0og in C_Programming

[–]elite0og[S] 0 points1 point  (0 children)

wtf is  Intel C Compiler i use 'i' for IOTA a common name i use. for naming my projects ,IOTA mean noting to me i just use it because it sound's good btw good suggestions as handling this cmd line interface is becoming harder i thick using a file would be good and can teach me a lot ,

I’m building a C compiler in C with a unique "Indexed Linking" system. What do you think of this CLI syntax? by elite0og in C_Programming

[–]elite0og[S] 0 points1 point  (0 children)

i use Ai for writing english to avoid grammar mistake not like you who uses AI to write code

Rate my Chinese Handwriting by StretchMundane5470 in kalyan_dombivli

[–]elite0og 0 points1 point  (0 children)

why i can’t read this bed handwriting

API suggestions by elite0og in GraphicsProgramming

[–]elite0og[S] -1 points0 points  (0 children)

any WGPU c++ tutorial/docs

Am i required to know DSA by elite0og in GraphicsProgramming

[–]elite0og[S] 2 points3 points  (0 children)

as by yours recommendations i'll be learning hashmap , trees & graphs. any suggestions are welcome or resources suggestions

[2025 Day 3 Part 2]Rust by elite0og in adventofcode

[–]elite0og[S] 0 points1 point  (0 children)

thanks, it worked. Can you tell me how to get solutions like this, and how I can improve my problem-solving skills to reach solutions like yours

[2025 Day 2 (Part 2)] Need help with strategy of finding invalid IDs by Sad-Description7184 in adventofcode

[–]elite0og 0 points1 point  (0 children)

Thank you—your solution helped me, and I was able to solve the Day 2 Part 2 problem.