Skip to content
Snippets Groups Projects
Commit ff576dfc authored by Wilke Pierre's avatar Wilke Pierre
Browse files

Fix alpaga default char

parent ebfac096
No related branches found
No related tags found
No related merge requests found
......@@ -90,6 +90,7 @@ let make_parser (table: string*string -> lltype list)
"string" -> "\"\""
| "int" -> "0"
| "bool" -> "false"
| "char" -> "'a'"
| _ -> failwith (Printf.sprintf "Don't know how to generate a default value of type %s" ty)
)
end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment