-
I compiled this headache program:
```text
void main(){
int a;
int b;
#a;
#b;
@((a+b) as int);
}
```
and found out that the size of the resulting program can be easily opt…
-
Dear employee of BF Enterprise Solutions,
I hope this message finds you well. We're a long time and happy customer and have made frequent use of your service. The announcement of ed.bf was quite ex…
-
https://blog.woooo.tech/posts/when_and_where_to_use_macro/
-
Code optimization in the Crystal compiler is provided by LLVM and currently has two optimization modes: By default there are no code optimizations, `--release` builds a single LLVM module and applies …
-
Sorry in advance if this is a duplicate.
Cargo hides most of the details of the build process. This is usually a really great thing! Most Rust programmers, including myself, never have to invoke `r…
-
### Environment
- OS and Version: Windows 10 21H2
- VS Code Version: 1.82.1
- C/C++ Extension Version: 1.17.5
- If using SSH remote, specify OS of remote machine: no
### Bug Summary and Steps…
-
`using System.Text;
`
```
void ______________________()
{
string __ = "0100100001100101011011000110110001101111001000000101011101101111011100100110110001100100001000…
-
Is Windows supported ? Can you create a compiler fonctionality with this command scheme : `brainfuck -o ` ? And can you create a distribuable installer in `.exe` for Windows (if Windows is supported)…
-
Currently (0.35.1) there are some inconsistencies and areas of the language where it is not possible to access `Char` codepoints ~at compile time~ without external / manual conversion.
```crystal
…
-
Basically load `.wasm` files.
Capabilities:
- provide new commands,
- hook on events,
- call helix commands,
- access UI stuff…?
At first we could use a basic toml config file or CLI to feed…