generated from omelkonian/agda-minimal-backend
-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed
Description
lbox does not magically sanitize name (I think it should), so we have to do it ourselves, especially when targetting Rust. But:
lboxstill applies some transformation on the names we give (enums have the first letter uppercased, for example`.lboxfails on same unicode symbols (e.g:Ֆ)- Some keywords ought to be avoided entirely. (See "reserved" and "strict" keywords here: https://doc.rust-lang.org/reference/identifiers.html)
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed