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 486c8a8e1d remove hidden items 10 years ago
tests hey look, variables 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 remove hidden items 10 years ago
lex.go lexing for hidden names 10 years ago
lex_test.go let's try file-based tests here too 10 years ago
main.go remove hidden items 10 years ago
node.go lexing for hidden names 10 years ago
parse.go hey look, variables 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.