Skip to content

Commit

Permalink
Merge remote-tracking branch 'refs/remotes/origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeioth committed Oct 20, 2023
2 parents 0622631 + 7da20fd commit 3407299
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,10 @@ If you want to help me, please star this repository to increase the visibility o
</a>

## Roadmap
* Typescript/Javascript: In practice, programs are gonna have dependencies, so we should add an option for `npm start` / `npm install` / `yarn start`, `yarn start`.
* There are plans to replace `Run makefile` with the new option `Building systems` that is gonna contain them all.
* Building system: `Building systems → Makefile` is gonna work as [makeit.nvim](https://github.com/Zeioth/makeit.nvim).
* Building system: `Building systems → package.json` is planned. Auto discovery of options defined by the user is planned.
* Building system: `Building systems → CmakeLists.txt` is planned. Auto discovery of options defined by the user is planned.
* Better Windows compatibility when not using WLS: The commands `rm -rf` and `mkdir -p` only exist on unix. To support Windows without WLS we should run the equivalent powershell command when Windows is detected.
* Aditionally, we will also have to compile for `asm` win64 architecture, if the detected OS is windows.
* Aditionally, we will also have to add an option to compile for `Build for windows (flutter)`.

0 comments on commit 3407299

Please sign in to comment.