a configuration language for Go projects
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Jordan Orelli 5313fe431c object nodes parse now 10 years ago
tests object nodes parse now 10 years ago
.gitignore fix tests, add pre-commit hook 10 years ago
README.md adding docs 10 years ago
WHY.md adding docs 10 years ago
config.go yeah i don't really like this that much 10 years ago
ex.moon add an example 10 years ago
lex.go be gone, commas 10 years ago
lex_test.go let's try file-based tests here too 10 years ago
main.go nodes can evaluate to a value, huh 10 years ago
node.go object nodes parse now 10 years ago
parse.go object nodes parse now 10 years ago
parse_test.go let's try file-based tests here too 10 years ago

README.md

This is a toy configuration language. If you want to know why, see the WHY doc.