I hereby claim:
- I am jyapayne on github.
- I am jyapayne (https://keybase.io/jyapayne) on keybase.
- I have a public key ASDwJIv3IiSUxa6qYzf_rT0hL3rZtMyK03RQnSQ56k4vOwo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
fn main() { | |
println!("Hello World!"); | |
} |
import os | |
import strutils | |
import system | |
import tables | |
var data: array[30_000, byte] | |
# you'll want to use a uint8 here so that a dec() at dataPointer == 0 will | |
# result in dataPointer == 255 instead of -1 with an int type | |
var dataPointer: uint8 = 0 |
Needs this PR. Put these files in the .vscode
folder in the root of your Nim project directory.
Also needs the CodeLLDB
extention for VSCode.
Then you should see Debug Refc
and Debug ORC
in your debugging options.