paka
paka copied to clipboard
Paka language
I was trying to compile paka on windows with mingw and it failed with a message `unknown ident: i` (bellow is the full log). On windows git automatically replace LFs...
dext currently has little doccumentation for its implementation. a nice first file to document would be the dynamic object implementation in `source/lang/dynamic.d`
Hi, I heard about this language in a discord server. Nice name. In my native language, the word 'paka' means revenge. :) Anyways, I would like to know about the...
boot.bc
where is src of boot.bc,how to build
currently dext has no tests, only good and bad within the `lang/` directory. both compilation to bytecode and bytecode evaluation could use testing. this should optimally be done in parallel...