Pandex-lang / Pandex

Pandex is a light but FAST programming language written in C . Pandex goal is that be hard & it's good for eductional goals
https://pandex-lang.github.io
8 stars 1 forks source link

Integrate a build system and add build instructions #11

Open Amohammadi2 opened 3 years ago

Amohammadi2 commented 3 years ago

Hi there. Hopefully, you're all doing great.

I explored whole the repository but couldn't find any guidance or instructions on how to build the project. Also, I couldn't find any MakeFiles. I would be thankful if you could improve the docs and provide detailed information about build instructions on different operating systems (more specifically Windows and MSVC compiler).

Happy coding!

adabadadudu commented 3 years ago

I am prepare it before Jun 20 but about MSVC . use gcc/clang or each cli based instead gui compiler instead. use MinGW instead Microsoft. for more information

12

Amohammadi2 commented 3 years ago

I think you didn't get what I mean. I don't have any problems with the compiler itself. I just one to have a straightforward way of compiling and using the project. (a snippet I can throw inside my terminal to compile)

adabadadudu commented 3 years ago

Pandex does not contain any executor now . so you can't use this project. if you want to use this project might see following output TOK: p TOK : a TOK : n .... but pandex executor , complete before Jun 20

Amohammadi2 commented 3 years ago

OK. Got it. Please leave this issue open until the executables are ready to use

adabadadudu commented 3 years ago

No issue will closed before complete everything that prevent other issues

adabadadudu commented 3 years ago

for build Pandex you need run sh build/build but Pandex does not execute all kind of sources, it's create a lexer so I remake it again