Checkout Project-xQuantico on Github here to see more details and roadmap.
We are building it from scratch in C language. Its not just another hobby or toy project to show the steps involved in Programming Language (PL) and Compiler Design instead it exists to prove that there still is scope of doing something new and powerful by not seriously applying the rules and algorithms of standard PL and Compiler Design.
There's isn't a complete working compiler that can compile some sample source yet.
Still you may use this command from the root directory to compile the project:
make xqc
Then you will have your binary named xqc in the build folder.
To Clear the build files you may use:
make clean
To run a sample test based on the test.xqua file present in src folder you may use:
@notIurii We can try that in some other version where we need the interop to work if required by community (mostly they would be enterprise people), but as the main idea we want xQuantico to be the C of the Modern Hardware. The way you are suggesting V lang (Compiled) and Python (Interpreted) is already doing it we really don't want to do the same thing again with just a new name 😆.
I know you are worried about the time of development that would cost but don't worry for it we are involving ML/AI also for that stuff in the compiler as given in README you can teach the Parser itself. 😅
The only programming language you need, xQuantico.
We are working on a big project and striving to bring it mainstream.
Team Repl: Project-xQuantico
Note: The repl attached to this post is also the same the difference is that I had to import it in my profile first to share it.
Team Handle: @xQuantico
Our Team:
1. @UTx10101 (All Categories)
2. @AayushBorkar (Compiler Design)
3. @Prasanthnaiduna (Compiler Design)
4. @95461 (Syntax Design)
5. @Spidey13 (Syntax Design)
6. @InvincibleR (Syntax Design)
7. @IshanPednekar (Documentation)
8. @QuXnt (Documentation)
Checkout Project-xQuantico on Github here to see more details and roadmap.
We are building it from scratch in C language. Its not just another hobby or toy project to show the steps involved in Programming Language (PL) and Compiler Design instead it exists to prove that there still is scope of doing something new and powerful by not seriously applying the rules and algorithms of standard PL and Compiler Design.
There's isn't a complete working compiler that can compile some sample source yet.
Still you may use this command from the root directory to compile the project:
make xqc
Then you will have your binary named
xqc
in the build folder.To Clear the build files you may use:
make clean
To run a sample test based on the
test.xqua
file present in src folder you may use:make test
@notIurii We can try that in some other version where we need the interop to work if required by community (mostly they would be enterprise people), but as the main idea we want xQuantico to be the C of the Modern Hardware. The way you are suggesting V lang (Compiled) and Python (Interpreted) is already doing it we really don't want to do the same thing again with just a new name 😆.
I know you are worried about the time of development that would cost but don't worry for it we are involving ML/AI also for that stuff in the compiler as given in README you can teach the Parser itself. 😅