package
Version:
v0.0.0-...-765b5f2
Opens a new window with list of versions in this module.
Published: Oct 23, 2018
License: MIT
Opens a new window with license information.
Imports: 6
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Date struct {
Year int
Month int
Day int
}
type DateTime struct {
Date Date
Time Time
}
func (m *Lex) Lex(lval *yySymType) int
type Time struct {
Hour int
Minute int
Second int
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.