summaryrefslogtreecommitdiffhomepage
path: root/CompilerKit/ParserKit.hpp
AgeCommit message (Collapse)Author
2024-01-09CompilerDriver: new preprocessor tool, bpp.Amlal El Mahrouss
Syntax rules of bpp: - prefixed with % - looks like C preprocessor %ifdef, %if, %elif, %else, %endif - #define is %def. - can't call other defines in %def, so %define foo __false doesn't work. bpp is a new preprocessor for masm and bccl. Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
2024-01-06meta: rebrand to Mahrouss Logic.Amlal El Mahrouss
Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
2024-01-04masm: fix assembler bug where addr1, 0x0 (add r1, 0x0) doesn't errorAmlal El Mahrouss
out. cc/ccplus: minor compiler changes, will get to them very soon... refactor: rename C++Kit to CompilerKit. Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>