Skip to content

Commit d7cff1f

Browse files
authored
Add link to another similar preprocessor implementation
1 parent 728bec7 commit d7cff1f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ The preprocessor will automatically look for included files in the working direc
2323

2424
See the Makefile for an example of advanced usage. When properly configured, the makefile can automatically handle preprocessing the code, compiling it, and uploading to a picaxe chip by simply invoking `make compile` and run a syntax check with `make syntax`. The makefile also demonstrates usage with multiple picaxe chips with separate programs in the same project directory.
2525

26-
If you're interested in this project, you may also like [this similar C-style preprocessor from ParksProjets](https://github.com/ParksProjets/C-Preprocessor).
26+
If you're interested in this project, you may also like [this similar PICAXE Preprocessor implementation](https://github.com/jgOhYeah/PICAXE-Libraries-Extras), or [this similar C-style preprocessor from ParksProjets](https://github.com/ParksProjets/C-Preprocessor).

0 commit comments

Comments
 (0)