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 c43d431a97 new testing strat: file-based tests 10 years ago
tests/lex new testing strat: file-based tests 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 new testing strat: file-based tests 10 years ago
main.go add json translator 10 years ago
node.go add json translator 10 years ago
parse.go strip comments from the parse tree 10 years ago
parse_test.go fix tests, add pre-commit hook 10 years ago

README.md

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