robertmuth / Cwerg

The best C-like language that can be implemented in 10kLOC.
Apache License 2.0
477 stars 14 forks source link

support forward references for global symbols in the backend #40

Open robertmuth opened 1 week ago

robertmuth commented 1 week ago

Without the frontend has to works hard to emit global definitions in topological order which is (likely) harder then doing in the backend