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 ...
โ 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 ...
really it take 6 ~ 12 months or more
๐พ1
need sone asm knowledge. and its pretty messed up when you need to create it for different arch
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"
you can test now in termux
copy to $HOME directory and write
chmod +x ./a.out
./a.out
will print "Hello World"
I named my new language Saynaa
๐1
The reason is
that we share things together and develop an interpreter and a compiler language
that we share things together and develop an interpreter and a compiler language
hello.s
601 B
Hello World in assembly language