check-md: check CONTRIBUTING.md too (#6847)

This commit is contained in:
Lukas Neubert 2020-11-16 16:49:40 +01:00 committed by GitHub
parent 0c54ebdf41
commit fdfe2a4e68
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 2 deletions

View file

@ -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: