v/vlib/compiler
Delyan Angelov 53c64abdeb compiler: make compiler an ordinary vlib/compiler module
* Move compiler/ under vlib/compiler/ .

* Add a minimal compiler/main.v driver program.

* Cleanup compiler/main.v .

* Make most compiler tests pass again.

* Apply the fix by @joe-conigliaro , so that the rest of the compiler tests are fixed too.

* Thanks to @avitkauskas, now the vlib/vcompiler/tests/str_gen_test.v test does not need to be special cased anymore.

* Reapply @joe-conigliaro fix for vgen.
2019-10-13 16:37:43 +03:00
..
tests compiler: make compiler an ordinary vlib/compiler module 2019-10-13 16:37:43 +03:00
cc.v compiler: make compiler an ordinary vlib/compiler module 2019-10-13 16:37:43 +03:00
cflags.v compiler: make compiler an ordinary vlib/compiler module 2019-10-13 16:37:43 +03:00
cgen.v compiler: make compiler an ordinary vlib/compiler module 2019-10-13 16:37:43 +03:00
cheaders.v compiler: make compiler an ordinary vlib/compiler module 2019-10-13 16:37:43 +03:00
compile_errors.v compiler: make compiler an ordinary vlib/compiler module 2019-10-13 16:37:43 +03:00
comptime.v compiler: make compiler an ordinary vlib/compiler module 2019-10-13 16:37:43 +03:00
depgraph.v compiler: make compiler an ordinary vlib/compiler module 2019-10-13 16:37:43 +03:00
fn.v compiler: make compiler an ordinary vlib/compiler module 2019-10-13 16:37:43 +03:00
gen_c.v compiler: make compiler an ordinary vlib/compiler module 2019-10-13 16:37:43 +03:00
gen_js.v compiler: make compiler an ordinary vlib/compiler module 2019-10-13 16:37:43 +03:00
jsgen.v compiler: make compiler an ordinary vlib/compiler module 2019-10-13 16:37:43 +03:00
live.v compiler: make compiler an ordinary vlib/compiler module 2019-10-13 16:37:43 +03:00
main.v compiler: make compiler an ordinary vlib/compiler module 2019-10-13 16:37:43 +03:00
module_header.v compiler: make compiler an ordinary vlib/compiler module 2019-10-13 16:37:43 +03:00
modules.v compiler: make compiler an ordinary vlib/compiler module 2019-10-13 16:37:43 +03:00
msvc.v compiler: make compiler an ordinary vlib/compiler module 2019-10-13 16:37:43 +03:00
optimization.v compiler: make compiler an ordinary vlib/compiler module 2019-10-13 16:37:43 +03:00
parser.v compiler: make compiler an ordinary vlib/compiler module 2019-10-13 16:37:43 +03:00
parser2.v compiler: make compiler an ordinary vlib/compiler module 2019-10-13 16:37:43 +03:00
query.v compiler: make compiler an ordinary vlib/compiler module 2019-10-13 16:37:43 +03:00
repl.v compiler: make compiler an ordinary vlib/compiler module 2019-10-13 16:37:43 +03:00
scanner.v compiler: make compiler an ordinary vlib/compiler module 2019-10-13 16:37:43 +03:00
table.v compiler: make compiler an ordinary vlib/compiler module 2019-10-13 16:37:43 +03:00
token.v compiler: make compiler an ordinary vlib/compiler module 2019-10-13 16:37:43 +03:00
vfmt.v compiler: make compiler an ordinary vlib/compiler module 2019-10-13 16:37:43 +03:00
vhelp.v compiler: make compiler an ordinary vlib/compiler module 2019-10-13 16:37:43 +03:00
vtest.v compiler: make compiler an ordinary vlib/compiler module 2019-10-13 16:37:43 +03:00