vj4 icon indicating copy to clipboard operation
vj4 copied to clipboard

Language (compiler) Request: gcc g++ without -O2

Open twd2 opened this issue 7 years ago • 5 comments

如题。

twd2 avatar Jul 12 '17 09:07 twd2

We need to separate the concepts "language" and "compiler". A language can have multiple compilers.

iceboy233 avatar Jul 12 '17 21:07 iceboy233

How to?

twd2 avatar Jul 13 '17 04:07 twd2

Change some lang to compiler, and have a single mapping from compiler to lang.

iceboy233 avatar Jul 14 '17 00:07 iceboy233

It can be useful with https://github.com/vijos/vj4/issues/233

breezewish avatar Jul 24 '17 13:07 breezewish

Front end can be like this: Select a language->Select a config

And I think we should keep the backend design. Just translate lang_type/config in vj4 and pass lang_name to jd4.

We should also merge python2 and python3 together.

undefined-moe avatar Aug 22 '19 08:08 undefined-moe