Skip to content

Commit f120eb2

Browse files
committed
Merge remote-tracking branch 'refs/remotes/origin/main'
2 parents 0a2da73 + bdd3058 commit f120eb2

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed

README.md

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,16 @@ Neovim compiler for building and running your code without having to configure a
3636
* [perl](https://github.com/Zeioth/Compiler.nvim/blob/main/lua/compiler/languages/perl.lua)
3737
* [shell](https://github.com/Zeioth/Compiler.nvim/blob/main/lua/compiler/languages/shell.lua) ([more info](https://github.com/Zeioth/compiler.nvim/wiki/shell-interpreter))
3838
* [make](https://github.com/Zeioth/Compiler.nvim/blob/main/lua/compiler/languages/make.lua)
39-
* objetive C (wip)
40-
* swift (wip)
41-
* kotlin (wip)
42-
* javascript (wip)
43-
* typescript (wip)
39+
4440

4541
### Planned & coming soon:
42+
Pull requests are welcome. See [FAQ](#faq).
4643

44+
* objetive C
45+
* swift
46+
* kotlin
47+
* javascript
48+
* typescript
4749
* scala
4850
* R
4951
* elixir
@@ -208,6 +210,7 @@ If you want to help me, please star this repository to increase the visibility o
208210
</a>
209211

210212
## Roadmap
211-
213+
* Make compiler.nvim 100% async (WIP: proof of concept ready on C, migrating other languages).
214+
* Make tests 100% async, so we can test faster and more reliably.
212215
* Research the viability of supporting building system for languages which have an standard (c, cpp, rust, java) directly without a Makefile.
213-
* Run tasks as defered, so if a user run the compiler in it's home directory, it doesn't get stuck for a while due to the binary search.
216+

0 commit comments

Comments
 (0)