1.2.0 • Published 4 years ago

wql-language v1.2.0

Weekly downloads
53
License
-
Repository
-
Last release
4 years ago

Version 1.0.2

What is it?

WQL is an interpreted language that is simple to learn, and easy to use.

The idea behind WQL, is to take a simple language like GRAPHQL, but modify it in a way that it does not require a pre-defined data structure, or types.

What WQL looks like.

{
	@test {
		birdName
	},
	@dinner {
		name,
		amount
	},
	data {
		deep {
			down {
				here {
                    			id is NUMBER,
					dogName is STRING,
					catName,
					meals <1> : [
						{
							&dinner
						}
					]
				},
				defaultValue = {
				    dinoName
				}
			}
		}
	}
}

Team

Brayden Moon
Founder
Github
1.2.0

4 years ago

1.1.0

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.4-0

4 years ago

1.0.3

4 years ago

1.0.3-2

4 years ago

1.0.3-1

4 years ago

1.0.3-0

4 years ago

1.0.2

4 years ago

1.0.1-1

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago