Hello!
Im trying to write a file with my_basic,
but my_basic has some bugs.
Full history of my experince:
/ > my_basic
]EDIT -i 0
Line number 0 out of bound.
]Hello World!
]LIST
1]Hello World!
]SAVE text.txt
Done, 1 line saved
src/stdlib.c:139 Assertion failed: 0 && "Invlid address to free" // cannot save file
ERROR: Failed to eun my_basic: Undefined Error // crash
/ > ls
FILE text.txt 0 bytes
/ > cat text.txt
Failed to open 'text.txt' : Not found // File doesn't created but ls command detected the file
Is problem from my_basic? Or libc? Or wrong commands?
Please fix it, Thanks.
Dcraftbg, I created an bash script named eznob, this script compiles the nob.c in the currnt directory and then run it with arguments you defined while running. For example, after installing script on your linux distro, Use cd command to jump into your project includes nob.c and nob.h files, then run the eznob, script will ask you for arguments, type arguments if you want and then press enter and enjoy this useful script. You can view the eznob script at here. Please test it (If you can), that is very useful :)
Hello!
Im trying to write a file with
my_basic,but
my_basichas some bugs.Full history of my experince:
Is problem from
my_basic? Or libc? Or wrong commands?Please fix it, Thanks.
Dcraftbg, I created an bash script named
eznob, this script compiles thenob.cin the currnt directory and then run it with arguments you defined while running. For example, after installing script on your linux distro, Use cd command to jump into your project includes nob.c and nob.h files, then run theeznob, script will ask you for arguments, type arguments if you want and then press enter and enjoy this useful script. You can view theeznobscript at here. Please test it (If you can), that is very useful :)