mirror of
https://gitlab.com/pnx/gosh
synced 2026-06-15 23:03:09 +02:00
3 lines
129 B
Go
3 lines
129 B
Go
// Package parser tokenizes raw user input and converts it into a
|
|
// command.Definition for subsequent execution.
|
|
package parser
|