Hack And Build Lab ๐ฃ
https://github.com/mahdiware/myLanguage.git
Hello Friends, I want to give a name to my language program tonight, please share with me a nice name with 5 characters and not more than 6 characters.
to day added
- float "+,-,*,/,%" float
- reply-mode
- array "float, bool" while before only int
- and some bugs fixed
- float "+,-,*,/,%" float
- reply-mode
- array "float, bool" while before only int
- and some bugs fixed
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"