Day 1. Assembly code is being generated, on a monkey see, monkey do basis;

but it doesn't link because of a missing library; and having moved source
files around the Makefile currently doesn't work.
This commit is contained in:
Simon Brooke 2026-04-06 09:48:44 +01:00
parent 8e9ad73229
commit 882f991db4
13 changed files with 206 additions and 36 deletions

15
src/c/version.h Normal file
View file

@ -0,0 +1,15 @@
/**
* version.h
*
* Grendel: a compiling Beowulf reimplementation.
*
* (c) 2026 Simon Brooke <simon@journeyman.cc>
* Licensed under GPL version 2.0, or, at your option, any later version.
*/
#ifndef __grendel_version_h
#define __grendel_version_h
#define VERSIOM "Aelfhere"
#ifndef