1
0
mirror of https://github.com/vlang/awesome-v.git synced 2023-08-10 21:13:23 +03:00
This commit is contained in:
Alexander Medvednikov 2019-12-27 09:18:01 +01:00 committed by GitHub
parent faae424510
commit 4b8b12d167
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -43,7 +43,7 @@ A curated list of awesome V frameworks, libraries, software and resources.
* [vbf](https://github.com/vpervenditti/vbf) - A brainfuck interpreter/compiler. * [vbf](https://github.com/vpervenditti/vbf) - A brainfuck interpreter/compiler.
* [monkey_v](https://github.com/Delta456/monkey_v) - Implementation of [Thorsten Ball's Monkey Language](https://interpreterbook.com/) in V * [monkey_v](https://github.com/Delta456/monkey_v) - Implementation of [Thorsten Ball's Monkey Language](https://interpreterbook.com/) in V
* [vcc](https://github.com/lemoncmd/vcc) - a C compiler written in V. * [vcc](https://github.com/lemoncmd/vcc) - a C compiler written in V.
* [Vork](https://github.com/Itay2805/Vork) - alternative V compiler/interpreter writtein in Python. * [Vork](https://github.com/Itay2805/Vork) - alternative V compiler/interpreter written in Python.
### Package manager ### Package manager
* [vpkg](https://github.com/vpkg-project/vpkg) - An alternative package manager for V. * [vpkg](https://github.com/vpkg-project/vpkg) - An alternative package manager for V.