dungwinux / fpconsole

Tool for running Pascal Codes directly from console.
https://dungwinux.github.io/fpconsole/
MIT License
1 stars 1 forks source link

Add gcc support #18

Closed dungwinux closed 6 years ago

dungwinux commented 7 years ago
cszach commented 7 years ago

Let GCC be a standalone compiler. If you were to make FPConsole to compile C and C++ as well, the "FP" in "FPConsole" wouldn't be "Free Pascal", but "Fast Programming" (I don't know up to you). And then we would have to change a lot of stuffs in FPConsole's website.

dungwinux commented 7 years ago

I know it. That's what I want. Now I'm finding way to compile different languages.

cszach commented 7 years ago

So now you want to turn FPConsole to be able to compile different languages?

dungwinux commented 7 years ago

Yeah, since we skip the build number 1.4

cszach commented 7 years ago

Maybe by doing that we will have more customers. It's okay.

dungwinux commented 7 years ago

Ya done with #16 yet ?

cszach commented 7 years ago

Testing it.

cszach commented 7 years ago

Life is great and everything will be okay.

dungwinux commented 7 years ago

That's the name of one of Kotlin Presentation

cszach commented 7 years ago

We can use that as our motto, or our motivation.

dungwinux commented 7 years ago

Maybe, -f will detect the source automatically while -fs will detect the source by the extension or switch. This is just planning, nothing have been done.

dungwinux commented 7 years ago

Did you commit every change ? I can't compile the source from branch feat/open-editor

cszach commented 7 years ago

So, if a file is dzung.cpp and we use -fs it should initialize the compiler for C++?

dungwinux commented 7 years ago

Maybe

dungwinux commented 6 years ago

Merged with #25