Remove MacOS Github runner
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# Compiler front-end in a single-header-file C library
|
||||
|
||||
For a very simple statically typed language. I mostly designed it for personal use, it's small but complete - you can actually program in it and so on. It compiles to C with all the debug info so debuggers work. Currently I find that it's pretty good for metaprogramming and code generation, particularly when you have a workflow "metaprogram -> program". The library provides functions for traversing, printing the AST and other niceties:
|
||||
.. for a very simple statically typed language. I mostly designed it for personal use, it's small but complete - you can actually program in it and so on. It compiles to C with all the debug info so debuggers work. Currently I find that it's pretty good for metaprogramming and code generation, particularly when you have a workflow "metaprogram -> program". The library provides functions for traversing, printing the AST and other niceties:
|
||||
|
||||
- **User has full control over compilation!**
|
||||
- **No dependencies, permissive license, single file that compile both in C and C++!**
|
||||
|
||||
Reference in New Issue
Block a user