Skip to content

Commit ab9fdec

Browse files
committed
It's AoC time. I missed.
1 parent 4fca5bd commit ab9fdec

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

documentation/docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Johann is a comical attempt at building a programming platform from scratch for
1212

1313
The only pre-existing software tools assumed are an assembler and linker. No recognizer generator (e.g., `lex` and `yacc`), no v1 compiler in an existing language (e.g., C or Rust), no compiler backend (e.g., LLVM or GCC) for codegen, and no system libraries. I suppose macOS itself, along with its command shell and text editor, are assumed as well.
1414

15-
This is clearly a ridiculous undertaking. The nominal goal is to do this fall's [Advent of Code](https://adventofcode.com/) stars using only Johann (repo [here](https://github.com/barneyb/aoc-2025)), with a fully self-hosted compiler: zero assembly, aside from syscalls. The compiler itself already meets this requirement, but the IO subsystem doesn't yet.
15+
This is clearly a ridiculous undertaking. The nominal goal was to do [Advent of Code](https://adventofcode.com/) 2025 using only Johann (repo [here](https://github.com/barneyb/aoc-2025)), with a fully self-hosted compiler: zero assembly, aside from syscalls. The compiler itself met this requirement, but the IO subsystem didn't quite.
1616

1717
## The Short Version
1818

0 commit comments

Comments
 (0)