Hack And Build Lab ๐–ฃ”
333 subscribers
269 photos
33 videos
120 files
221 links
Download Telegram
All the lexer, parser and visitor have been updated and I have included this feature

โ˜… parameter function
โ˜… fixed unary expression (+,-,!)
โ˜… added exec() function which is similar to system() used by c and c++
โ˜… I removed and divided the code between what I needed and what was necessary. In fact, this version came out very quickly

โ˜… many many ...
soon going new challenge
        creating my own compiler that convert source code to Binary executable
๐Ÿ‘1
really it take 6 ~ 12 months or more
๐Ÿ‘พ1
my first test worked ๐Ÿ˜‚
๐Ÿ‘1
need sone asm knowledge. and its pretty messed up when you need to create it for different arch
no problem i will learn step by step
Hack And Build Lab ๐–ฃ”
no problem i will learn step by step
sure you will
๐Ÿ‘1
working
this is the test code that compiled
assembly language
a.out
460 B
compiled in arm

you can test now in termux
copy to $HOME directory and write
chmod +x ./a.out
./a.out

will print "Hello World"
Channel name was changed to ยซSaynaa | Language ๐–ฃ”ยป
all changed
I named my new language Saynaa
๐Ÿ‘1
The reason is
that we share things together and develop an interpreter and a compiler language
hello.s
601 B
Hello World in assembly language