ident * ident
again (edited)ident * ident
again (edited)a * b
vs Type* ptr
let x: i8 = 10
let a: Type = 5;
let a: Type = 5;
const
for your languageint arr[] = {12,3,4};
in rusty version, in internet i found you can omit the type and it infer it automagically(about rust) (edited)let arr: int[] = [12, 3, 4]
? (edited)let arr: int[] = [12, 3, 4]
? (edited){}
for all initializer lists. Special casing arrays to use []
seems like a pointless exercise*
be before the type name or after *
be before the type name or after ->
after ()
in function because let foo: fn(u8): u32 = ...;
looks bad xd->
after ()
in function because let foo: fn(u8): u32 = ...;
looks bad xd