I just saw it in aljazeera but I took it in my 7th grade
InterpreterExecutable.zip
21.8 KB
myLanguage tested in Aide Cmods
Do these steps
1) download and extract the path /sdcard/AppProjects
2) open aide cmods and execute the project location
3) open termux and run "cp /sdcard/AppProjects/InterpreterExecutable/libs/armeabi-v7a/lang && chmod +x lang"
4) finally write command "./lang --help"
Do these steps
1) download and extract the path /sdcard/AppProjects
2) open aide cmods and execute the project location
3) open termux and run "cp /sdcard/AppProjects/InterpreterExecutable/libs/armeabi-v7a/lang && chmod +x lang"
4) finally write command "./lang --help"
The reason I did it is to try to make an "andlua" app that works in my language.
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