inweb-bootstrap/TODO
AwesomeAdam54321 7757f5f9ac inweb-bootstrap: Add description about the project.
* README.md => README-inweb.md: Move old README here.
* README: Add it.
* TODO: Add it.
2024-03-10 10:00:40 +08:00

21 lines
637 B
Org Mode

-*- mode: org; coding: utf-8; -*-
#+TITLE: What's left to do?
#+STARTUP: content hidestars
Copyright © 2024 Adam Faiz <adam.faiz@disroot.org>
Copying and distribution of this file, with or without modification,
are permitted in any medium without royalty provided the copyright
notice and this notice are preserved.
* Understand the build process
* Figure out the dependency graph of Foundation and Inweb
* Split into header sections and implementation sections
* Desugar InC into C++
* Scope declarations
* Enums
* Implement the build rules
* Write the build rules in Makefile.am
* Use foundation-test as a test suite