andrew-johnson-4 / lambda-mountain

Typed Macro Assembler (x86, HTML, WASM, lots of things)
https://andrew-johnson-4.github.io/lambda-mountain/
MIT License
17 stars 0 forks source link

ANSI C Frontend #467

Open andrew-johnson-4 opened 3 months ago

andrew-johnson-4 commented 3 months ago

C is a lot easier to access than Rust etc.

import stdio.h;
andrew-johnson-4 commented 3 months ago

This would be nice to see array vs field types actually look different in signature. Also function signatures would look a lot better.

andrew-johnson-4 commented 3 months ago

This can start with just a header file parser, which is already useful.