Enable build support by adding .onedev-buildspec.yml
src | Loading last commit info... | |
templates | ||
third_party | ||
.clang-format | ||
.clang-tidy | ||
.editorconfig | ||
.gitignore | ||
.gitmodules | ||
.vimlocal | ||
CMakeLists.txt | ||
Doxyfile.in | ||
LICENSE.md | ||
README.md | ||
build.sh | ||
fib.js | ||
specification.org |
README.md
rivm
Reduce Instruction Virtual Machine
Development
Requirements
- cmake >=3.26.3
- ninja >=1.10.2
- node.js >=20.0.0
Build
./build.sh
Contributing
Write about bugs to vs@lutov.net. For contributing send patches to vs@lutov.net.
License
rivm - reduced instruction virtual machine
Copyright (C) 2023 Vladimir Liutov vs@lutov.net
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as
published by the Free Software Foundation, either version 3 of the
License, or (at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.