Ianleeclark / Olivia

Go: A distributed, in-memory key-value storage.
MIT License
94 stars 7 forks source link

Implement a language constructor #25

Closed Ianleeclark closed 8 years ago

Ianleeclark commented 8 years ago

It should work opposite to the parser, essentially.

Ianleeclark commented 8 years ago

All a language constructor needs to do is to take in arguments and return a string.

I think an enum would suffice for the argument that it takes in.

Ianleeclark commented 8 years ago

Every argument added here needs an opposite implemented in the the language parser.

Ianleeclark commented 8 years ago

This can be closed. It's not really necessary, as I can just use other things.