update version (v0.0.15)

This commit is contained in:
Shunsuke Shibayama 2023-03-24 13:06:33 +09:00
parent 8fd38bbcb7
commit 83d59d4c53
3 changed files with 25 additions and 20 deletions

View file

@ -74,6 +74,7 @@ fn escape_name(name: String) -> String {
match &name[..] {
"int" => "Int".into(),
"float" => "Float".into(),
"complex" => "Complex".into(),
"str" => "Str".into(),
"bool" => "Bool".into(),
"list" => "GenericArray".into(),