-
Hey @Hirrolot,
I was trying to read the implementation of the metalang99 but steam started going out of my ears.
The problem is 100% or receiving end - I lack understanding of C macros and also fu…
-
It seems that the recursion engine relies on [one ambiguity] in the standard (the issue is about C++ but the C preprocessor is essentially the same):
https://github.com/hirrolot/metalang99/blob/695…
-
As for now, the list operations are implemented naively. The task is to unroll them (see [loop unrolling]) to improve their performance (at least unroll the mostly used functions).
[loop unrolling]…
-
# Context
Hi,
I'm trying to create a system for defining enum entries via a choice of either a label (``) only or a label and ordinal (` = `). This is then used in one of two (maybe more later) …
-
Dear ec2-macos-init contributors,
I've now tried multiple times (directly through launchd and through ec2-macos-init) to run a simple binary on system boot. This aims to join the machine to an Acti…
-
# Project - Indexing existing Abstract Models (2024-2025?)
*Once a proper interface for Rays is setup, one of the things I'd like to do with it, is to point it to a lot of existing abstract models of…
-
### Environment
- OS and Version: Ubuntu 22.10
- VS Code Version: 1.77
- C/C++ Extension Version: 1.14.5
- If using SSH remote, specify OS of remote machine: none
### Bug Summary and Steps …
-
# Control statements
I was asking myself if implementing custom control statements was a possibility for this project, or if this kind of things completely was up to users to do, on their own.
For e…
-
I have this version of the metalang99 repository:
```
c986b02ca97c902fa18cebfd84417f6592c6da68
```
Here is the code I'm testing:
```
#include
int foo(void) { return ML99_if(v(0), v(123), v(…
-
After installing the Pusher CLI on an M1 Mac using homebrew and running `pusher` in the terminal, a `segmentation fault pusher` error occurs. Logs below:
```
➜ ~ brew install pusher/brew/pusher
…