mirror of
https://github.com/maride/mexico.git
synced 2025-04-16 03:50:29 +00:00
7 lines
72 B
Go
7 lines
72 B
Go
package compiler
|
|
|
|
type Codeline struct {
|
|
Linenumber int
|
|
Code string
|
|
}
|