lyh552506 / miniC-compiler

for gpt5.0 group
MIT License
4 stars 2 forks source link

[Data Structure] add node insert implemention in list #13

Closed RicoAfoat closed 6 months ago

RicoAfoat commented 6 months ago

close #9

Add insert_before/after function so that we can add nodes freely. Macro Function seems to be unnecessary here.