wql-language

1.2.0 • Public • Published

WQL Lang

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

Readme

Keywords

none

Package Sidebar

Install

npm i wql-language

Weekly Downloads

1

Version

1.2.0

License

none

Unpacked Size

37.2 kB

Total Files

13

Last publish

Collaborators

  • crazywolf132