mirror of
https://github.com/azur1s/bobbylisp.git
synced 2024-10-16 02:37:40 -05:00
Compare commits
2 commits
aa266f059d
...
21d8223f31
Author | SHA1 | Date | |
---|---|---|---|
Natapat Samutpong | 21d8223f31 | ||
Natapat Samutpong | c5d9a07e96 |
|
@ -450,7 +450,7 @@ fn gen_type_hint(type_hint: &str) -> String {
|
|||
// TODO: Un-hardcode types
|
||||
"vec_int" => "number[]".to_string(),
|
||||
"vec_bool" => "boolean[]".to_string(),
|
||||
"vec_str" => "string[]".to_string(),
|
||||
"vec_string" => "string[]".to_string(),
|
||||
_ => { dbg!(type_hint); todo!() }
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue