Versions in this module Expand all Collapse all v0 v0.0.1 Mar 30, 2022 Changes in this version + func ParseDir(dir string) *ir.Module + func ParseInt(s string) (int64, *types.IntType, error) + func ParseModule(dir, mod string, m *ir.Module, fathers map[string]bool) *ast.ProgramNode + type Parser struct + func NewParser(mod string, m *ir.Module, fathers map[string]bool) *Parser + func (p *Parser) Parse(s string) string + func (p *Parser) ParseAST(s string) *ast.ProgramNode