~sjb/procdraw

docs: new markup and HTML generator
config: add '.rgignore'
build: enable werror

refs

main
browse  log 

clone

read-only
https://git.sr.ht/~sjb/procdraw
read/write
git@git.sr.ht:~sjb/procdraw

You can also use your local clone with git send-email.

#Procdraw

Procdraw is a computing environment with a Lisp-like programming language.

It doesn't do very much yet!

#Dependencies

  • A C17 compiler
  • Meson
  • Ninja
  • Perl 5

#Building

meson build
cd build
ninja
ninja test

#License

Copyright (C) 2020, 2021 Simon Bates

This program is free software: you can redistribute it and/or modify it under the terms of the GNU 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 General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see <https://www.gnu.org/licenses/>.