Hack And Build Lab 𖣔
333 subscribers
269 photos
33 videos
120 files
221 links
Download Telegram
saynaa GUI first test
i am used shared object (.so)
Hack And Build Lab 𖣔
Screenshot from 2023-08-30 15-52-52.png
cursor-large testing (nice)
now added default value in parameter
test class
also can work inherit class

note: all class inherit object and also you can make custom you own
It is now a private repository, when I solve some bugs I will make it public
semicolon ';' is optional
never give up
It's been 14 times solving one error (in recent hours).
👍32
Three OS's are running now
Linux and Windows has: Load Shared Object (Dynamic Library)
but macos not, soon adding if i get some idea
awesome open source projects (compiler, interpreter and runtime)

http://aalhour.com/awesome-compilers/
progress.sa
1.3 KB
progress bar in saynaa
👍1
let's do it together
🔌 New pull request saynaa#6 [Enhancement] Range from upper to lower, Range length, and docs [loop, range] added
by: @mahdiware

## RANGE
range from upper to lower added, and length
a = 10..1 
a.as_list # [10, 9, 8, 7, 6, 5, 4, 3, 2]
a.length # 9 length


Reply to this message to post a comment on GitHub.
👍3