Skip to content

waybeams/cwaybeams

Repository files navigation

CWAYBEAMS

(Pronounced, "Sway-beems")

This is not a thing. I'm just exploring some ideas in order to learn c.

If you're curious about what it might do or be, check out examples/*

Also, check out the blog for more info.

Getting Started

Here's how I build and run for development and testing:

mkdir -p cmake-build
cd cmake-build
cmake ../ && \
  make && \
  valgrind ./cwaybeams-test && \
  ./todo-example"

File Watcher

when-changed.py \
  ../src/* ../include/* \
  ../test/** \
  ../examples/todo/** \
  -c "cmake ../ && \
  make && \
  valgrind ./cwaybeams-test && \
  ./todo-example"

About

Exploration of Waybeams syntax in c

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published