mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +03:00
check-md: check CONTRIBUTING.md too (#6847)
This commit is contained in:
parent
0c54ebdf41
commit
fdfe2a4e68
3 changed files with 7 additions and 2 deletions
|
@ -21,7 +21,8 @@ download the C version of the compiler and rebuild it from scratch.
|
|||
|
||||
The architecture of the compiler is very simple and has three distinct steps:
|
||||
|
||||
Parse/generate AST (`v.parser`) => Check types (`v.checker`) => Generate C/JavaScript/machine code (`v.gen`)
|
||||
Parse/generate AST (`v.parser`) => Check types (`v.checker`)
|
||||
=> Generate C/JavaScript/machine code (`v.gen`)
|
||||
|
||||
|
||||
The main files are:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue