Pelles C > Feature requests

C/C++ Interpreter

(1/3) > >>

akee:
Could we have a C/C++ Interpreter to go along with the setup that you can install separately?
Then all we need is to keep our source code for doing common administrative tasks rather than having many .exe.

Thanks for contributing to the community.

AlexN:
You could try the  Tiny C Compiler or the older opiginal. It is a compiler not an interpreter, but it has the option -run. With this option it compiles (very fast) to the RAM and executes immediate.
Perhaps this is something you are looking for.

And when all works, you still can decide to build an EXE.

akee:
I believe TCC is no longer supported according to the creator.

Robert:

--- Quote from: akee on September 11, 2020, 11:11:48 PM ---I believe TCC is no longer supported according to the creator.

--- End quote ---

tinycc git repository Last change   Fri, 11 Sep 2020 08:15:39 -0700 (11 23:15 +0800)

Website and Git Downloads at

https://repo.or.cz/w/tinycc.git

akee:
tcc still generates .exe.

Navigation

[0] Message Index

[#] Next page

Go to full version