1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

CONTRIBUTING.md: update outdated name to correct one (#8677)

This commit is contained in:
zakuro
2021-02-11 18:04:44 +09:00
committed by GitHub
parent 578de634fe
commit f390fe3086

View File

@@ -53,7 +53,7 @@ for objects by name, register new objects, modify types' fields, etc.
the types are correct. Unresolved types are resolved, type information is added the types are correct. Unresolved types are resolved, type information is added
to the AST. to the AST.
7. `v/gen` C backend. It simply walks the AST and generates C code that can be 7. `v/gen/c` C backend. It simply walks the AST and generates C code that can be
compiled with Clang, GCC, Visual Studio, and TCC. compiled with Clang, GCC, Visual Studio, and TCC.
8. `json.v` defines the json code generation. This file will be removed once V 8. `json.v` defines the json code generation. This file will be removed once V