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 9c317ec358 broke lists and objects, made strings nodes
fixing an old flaw in the design, namely that assignment nodes have
values that are just interface{} instead of actual parse nodes
10 years ago
tests/lex adding some lex 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 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 broke lists and objects, made strings nodes 10 years ago
parse.go broke lists and objects, made strings nodes 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.