mcfriend99 on main
fixed updates failed to save ne… (compare)
mcfriend99 on main
fixed method override for to_li… updates to ast parseresult (compare)
mcfriend99 on dev
updates to ast parseresult (compare)
mcfriend99 on dev
fixed method override for to_li… (compare)
mcfriend99 on dev
Merge pull request #147 from bl… updated to 0.0.81 (compare)
mcfriend99 on main
updated to 0.0.81 (compare)
mcfriend99 on v0.0.81
mcfriend99 on main
1. Bumped up VM and Blade versi… Merge pull request #147 from bl… (compare)
mcfriend99 on dev
1. Bumped up VM and Blade versi… (compare)
mcfriend99 on main
fixed ssl.read() error on close… updated ssl with better errors testing cache on windows ci and 5 more (compare)
mcfriend99 on dev
remove ci caching (compare)
mcfriend99 on dev
remove ci caching (compare)
mcfriend99 on dev
testing cache on windows ci (compare)
mcfriend99 on dev
testing cache on windows ci (compare)
mcfriend99 on dev
testing cache on windows ci (compare)
mcfriend99 on dev
testing cache on windows ci (compare)
mcfriend99 on dev
updated ssl with better errors (compare)
mcfriend99 on dev
fixed ssl.read() error on close… (compare)
mcfriend99 on ssl
fixed ssl.read() error on close… (compare)
mcfriend99 on ssl
Merge pull request #146 from bl… (compare)
Or probably compile to LLVM
I think this is the best option
Compiling to LLVM is great, but I'm still exploring it. I can also see that a lot of attempts to compile a fully dynamic language to LLVM has been aborted for multiple reasons. No mean feat, but I believe it's doable and really achievable.
The docs is where I'll need a lot of help. I'm not very good with prose. I either end up getting people bored or not mentioning important stuffs. The docs need a lot of work!
I'm going to do what I can but I don't have that much time and I will have less in a few days when my vacations end
The docs is where I'll need a lot of help. I'm not very good with prose. I either end up getting people bored or not mentioning important stuffs. The docs need a lot of work!
I'm going to do what I can but I don't have that much time and I will have less in a few days when my vacations end
I understand. My vacation ends soon as well. That's why I'm trying to see the docs get done on time.
Actually, I think the only lib that isn't finished is the json lib (?)
Anyways, this should be done
libs/json/decode.b
. I am still contemplating implementing the decode purely in Blade or have a backend in C as it is quite more complex than the encoding.
'
is missing there