clean up: remove redundant spaces
parent
7eab373922
commit
18082274ca
|
@ -41,4 +41,3 @@ script:
|
|||
- export VROOT=$(pwd)
|
||||
- make
|
||||
- make test
|
||||
|
||||
|
|
|
@ -35,5 +35,3 @@ It has only 8 files (soon to be 7):
|
|||
9. `x64/` is the directory with all the machine code generation logic. It will be available in early July. Obviously this is the most complex part of the compiler. It defines a set of functions that translate assembly instructions to machine code, it builds complicated binaries from scratch byte by byte. It manually builds all headers, segments, sections, symtable, relocations, etc. Right now it only has basic support of the x64 platform/Mach-O format, and it can only generate `.o` files, which then have to be linked with `lld`.
|
||||
|
||||
The rest of the directories are vlib modules: `builtin/` (strings, arrays, maps), `time/`, `os/`, etc. Their documentation is pretty clear.
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue