A very simple chess engine
Find a file
Bruno BELANYI a6e8ac06b6 Add dummy 'magic::moves' module for build script
Since I'm am doing something quite *weird*, by writing a build script
that makes use of the module I am generating code for, I need to ensure
that it compiles both without the generated code, and with it.

So this dummy implementation of the module ensures that the code will
keep compiling in both cases, and panics if any of the functions that
depend on generated code are called during the build script execution.
2022-07-30 12:38:45 +02:00
src Add dummy 'magic::moves' module for build script 2022-07-30 12:38:45 +02:00
utils/gdb Add GDB pretty-printers 2022-07-16 14:41:07 +02:00
.drone.yml Add 'flake check' stage to CI 2022-07-25 16:42:46 +02:00
.gdbinit Add GDB pretty-printers 2022-07-16 14:41:07 +02:00
.gitignore Add generated files to git ignore 2022-07-15 19:57:21 +02:00
Cargo.lock Add 'random' dependency 2022-07-24 16:34:12 +02:00
Cargo.toml Generate magic tables with build script 2022-07-27 23:36:53 +02:00
flake.lock Add nix flake 2022-07-15 19:56:54 +02:00
flake.nix Remove 'pre-commit' check from flake 2022-07-25 16:41:27 +02:00