Delete previous progress
This commit is contained in:
38
ideas.cpp
38
ideas.cpp
@@ -1,8 +1,38 @@
|
||||
|
||||
call:(param:U32)U32{
|
||||
Thingy::enum{
|
||||
@str=10 Value = 1,
|
||||
|
||||
}
|
||||
|
||||
Thing::union{
|
||||
union:{
|
||||
}
|
||||
struct:{
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Thing::struct{
|
||||
data: U32;
|
||||
|
||||
inside_call :: (param: U32){
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
call :: (param:U32) U32{
|
||||
inner_call :: (param2:U32){
|
||||
size_of_s64 = sizeof(:S64);
|
||||
size_of_val = sizeof(param);
|
||||
|
||||
|
||||
param2 + 10;
|
||||
return;
|
||||
}
|
||||
|
||||
inner_call();
|
||||
}
|
||||
|
||||
@stringify
|
||||
Enumeration:enum{
|
||||
None,
|
||||
@@ -13,7 +43,11 @@ Enumeration:enum{
|
||||
|
||||
@sllqueue()
|
||||
@sllqueue(prefix=thing_scope, next=next_scope)
|
||||
Thing:struct{
|
||||
Thing::struct{
|
||||
Inner_Struct :: {
|
||||
test_val : U32;
|
||||
}
|
||||
thing:Inner_Struct;
|
||||
next: Thing*;
|
||||
first: Thing*;
|
||||
last: Thing*;
|
||||
|
||||
Reference in New Issue
Block a user