Vicente Eduardo Ferrer Garcia
Vicente Eduardo Ferrer Garcia
This has been mitigated but the proper solution would be to implement class support in NodeJS.
This is an issue related to: https://github.com/metacall/core/issues/30 This is a bigger issue which is the following: https://github.com/metacall/gsoc-2021#cli-plugin-support The REPL and parsing of arguments can be implemented in any language, it...
Related to the implementation, an option can be to refactor the current implementation by probably using ( https://en.cppreference.com/w/cpp/filesystem ) to list the folder and then load all the scripts. If...
In that case you can remove more parts of the C++ CLI, but I think it should have still a minimal part written in C/C++ in order to bootstrap the...
https://github.com/metacall/core/commit/af60ad595e61d52d537bc528039471a2773c4f90
I am going to left here information for develop this loader: - In the build folder, run: ``` cmake -DOPTION_BUILD_LOADERS_LLVM=on .. make llvm_loader metacall-llvm-test ctest -VV -R metacall-llvm-test ``` -...
I have updated the build instructions here ( https://github.com/metacall/core/issues/114#issuecomment-832290058 ), in the last command I was using cmake instead of ctest. Also I have cleaned up a bit the comments...
> LLVM installation: https://apt.llvm.org/ > > I used the automatic script for installing llvm 11, as shown below. > > ``` > wget https://apt.llvm.org/llvm.sh > chmod +x llvm.sh > sudo...
I have implemented support for exceptions, for now I am going to detail the tasks that are done and the ToDo list: Tasks Done: - Implement base structure for handling...
Seems to be solved with current [distributable](https://github.com/metacall/distributable) implementation but needs revision.