Geo7
MModular
•Created by Geo7 on 10/30/2023 in #questions
How to Implement Recursive data type
I want to Implement abstract syntax tree in mojo, so far no luck,
Something simple as this in C :
https://github.com/orangeduck/mpc/blob/master/mpc.h#L291
6 replies
MModular
•Created by Geo7 on 10/18/2023 in #questions
How to store Struct(or string) into DynamicVector
I want to store struct into DynamicVector at first I tried
then I tried to change String Pointer[UInt8] now I do not know how to load string into Pointer[UInt8]
7 replies