1
0
Fork 0
forked from AbleOS/ableos

UI Lisp idea

This commit is contained in:
able 2024-03-13 05:10:45 -05:00
parent 189ad503c7
commit 634d05acea
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
-