vj4
vj4 copied to clipboard
Language (compiler) Request: gcc g++ without -O2
如题。
We need to separate the concepts "language" and "compiler". A language can have multiple compilers.
How to?
Change some lang to compiler, and have a single mapping from compiler to lang.
It can be useful with https://github.com/vijos/vj4/issues/233
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.