//
pkg.gl
Category
github.com/tj/mmake
parser
package
1.4.0
Repository:
https://github.com/tj/mmake.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
6
Dependents
2
Files
174 SLOC
#
Functions
New
New parser.
Parse
Parse the given input.
ParseRecursive
ParseRecursive parses the given input recursively relative to the given dir such as /usr/local/include.
#
Structs
Comment
Comment node.
Include
Include node.
Parser
Parser is a quick-n-dirty Makefile "parser", not really, just comments and a few directives, but you'll forgive me.
#
Interfaces
Node
Node interface.