3/10
This commit is contained in:
@@ -7,6 +7,15 @@ local { printf("static"); }
|
||||
|
||||
"str" { printf("char"); }
|
||||
|
||||
/*** Data types ***/
|
||||
|
||||
"integer" { printf("int"); }
|
||||
"decimal" { printf("float"); }
|
||||
"character" { printf("char"); }
|
||||
"large_decimal" { printf("double"); }
|
||||
"CLion" { printf("void"); }
|
||||
|
||||
|
||||
/*** Library declarations ***/
|
||||
|
||||
/* ioutils */
|
||||
@@ -15,6 +24,10 @@ local { printf("static"); }
|
||||
"hell:std.ioutils.writeln" { printf("printf"); }
|
||||
"hell:std.ioutils.readln" { printf("scanf"); }
|
||||
|
||||
/* procutils */
|
||||
|
||||
"hell:std.unix" { printf("<unistd.h>"); }
|
||||
|
||||
/* keygen */
|
||||
|
||||
"hell:std.keygen" { printf("<hellkeygen.h>"); }
|
||||
|
||||
Reference in New Issue
Block a user