UI Lisp idea

master
able 2024-03-13 05:10:45 -05:00
parent 9d233f26e0
commit 21a302813d
4 changed files with 18 additions and 0 deletions

View File

@ -0,0 +1,4 @@
/// a b c
void main(){}
// Generated documentation below

View File

@ -0,0 +1,2 @@
(label "Documentation")
(label "")

View File

@ -0,0 +1,7 @@
(vertical
(horizontal
(label "Function main")
(button "goto declaration" (on_click "src/main.c:2")))
(label "takes void")
(label "returns void")
(label "a b c"))

View File

@ -0,0 +1,5 @@
- container
- horizontal
- vertical
- framebuffer
-