FileToCArray
queryjevko.js
| FileToCArray | queryjevko.js | |
|---|---|---|
| 1 | 2 | |
| 189 | 0 | |
| 0.0% | - | |
| 2.9 | 10.0 | |
| almost 3 years ago | over 3 years ago | |
| JavaScript | JavaScript | |
| MIT License | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
FileToCArray
queryjevko.js
-
Jevko: a minimal general-purpose syntax
The grammar of S-exps on the other hand, I won't quote here, but I assure you it's much more complicated. How much depends on your flavor (Jevko is also simpler in this regard: there is only one flavor, clearly specified).
There is no (intended) ambiguity around whitespace in Jevko: whitespace does not occur explicitly in the grammar. Whitespace characters are just characters. This is the defining feature of the syntax.
For this reason Jevko is more low-level: if you want to treat whitespace in some special way, you have to do that yourself. Although for most use-cases this is very similar and simple, e.g. https://news.ycombinator.com/item?id=33334314
But the point is that you can also leave it as-is, e.g.: https://github.com/jevko/queryjevko.js
or do something else -- it's up to your format.
-
Syntax Design
Thank you. :)
> I wonder if I should use it for something...
I'd be honored!
A couple of ideas:
How about a simple configuration format? https://gist.github.com/djedr/681e0199859874b3324eaa84192c42... (I should make a library out of this)
Or you can put it in your query strings to make them more humane: https://github.com/jevko/queryjevko.js
Or make up a markup DSL: https://github.com/jevko/markup-experiments#asttohtmltable
Or serialize game objects in your indie game. Or make it the interface of your experimental app. Or use it to shave off a few unnecessary characters off your data: https://jevko.github.io/compactness.html
No parser in your favorite language? A basic one should be only a couple dozen lines!
What are some alternatives?
Online3DViewer - A solution to visualize and explore 3D models in your browser.
anic - ANI language - Faster than C, Safer than Java, Simpler than *sh (now dead)
x-image - Convert X posts to images
algebralang - at this time this is some example code of a language I want to build [GET https://api.github.com/repos/samsquire/algebralang: 404 - Not Found // See: https://docs.github.com/rest/repos/repos#get-a-repository]
color-tools - Useful color tools for your next JavaScript project.
markup-experiments - A collection of experiments with Jevko and text markup.