Hack And Build Lab ๐–ฃ”
333 subscribers
269 photos
33 videos
120 files
221 links
Download Telegram
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"
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
soon applying
i set private in myLanguage
๐Ÿ‘2
i set public in myLanguage
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