An open API service indexing awesome lists of open source software.

https://github.com/arkenidar/sbul

SBUL: a Simple Basic Uniform Language. an exploration of JSON-based and HTML based software making.
https://github.com/arkenidar/sbul

js json language programmable

Last synced: 2 months ago
JSON representation

SBUL: a Simple Basic Uniform Language. an exploration of JSON-based and HTML based software making.

Awesome Lists containing this project

README

          

# The main file
- https://arkenidar.github.io/sbul/editor.html

# Files and their history and purpose
- https://github.com/arkenidar/sbul/blob/main/screen.html first attempts with SBUL first versions (HTML part).
- https://github.com/arkenidar/sbul/blob/main/behave.js first attempts with SBUL first versions (JS part).

- second phase of attempts:
- https://github.com/arkenidar/sbul/blob/main/editor.html better JSON syntax and parsing, than first attempts. intended for visual editing (structured editing, touchscreen and smartphone editing).
- https://github.com/arkenidar/sbul/blob/main/inspect.html inspect for program debugging (case study, then merged into editor).
- https://github.com/arkenidar/sbul/blob/main/display.html focused efforts for display (both for editing and inspecting). case study, yet to be merged.