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.
- Host: GitHub
- URL: https://github.com/arkenidar/sbul
- Owner: arkenidar
- Created: 2023-12-29T22:41:48.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-09T10:23:52.000Z (over 2 years ago)
- Last Synced: 2025-10-11T19:34:55.715Z (9 months ago)
- Topics: js, json, language, programmable
- Language: HTML
- Homepage: https://arkenidar.github.io/sbul/editor.html
- Size: 120 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.