...
This commit is contained in:
@@ -3,7 +3,14 @@ module code
|
||||
// Code is a list of statements
|
||||
// pub type Code = []CodeItem
|
||||
|
||||
pub type CodeItem = Alias | Comment | CustomCode | Function | Import | Struct | Sumtype | Interface
|
||||
pub type CodeItem = Alias
|
||||
| Comment
|
||||
| CustomCode
|
||||
| Function
|
||||
| Import
|
||||
| Struct
|
||||
| Sumtype
|
||||
| Interface
|
||||
|
||||
// item for adding custom code in
|
||||
pub struct CustomCode {
|
||||
|
||||
Reference in New Issue
Block a user