eoc
eoc copied to clipboard
Command-line toolkit for parsing, compiling, transpiling, optimizing, linking, dataizing, and running EOLANG programs
- Added langchain package for support of different LLM providers - Added support for placeholder provider with CLI interface proposed in the issue. - Added some tests for placeholder provider.
docs command now creates a directory with empry .html file for each package in the project.
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [commander](https://redirect.github.com/tj/commander.js) | [`12.1.0` -> `13.1.0`](https://renovatebot.com/diffs/npm/commander/12.1.0/13.1.0) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/)...
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [mocha](https://mochajs.org/) ([source](https://redirect.github.com/mochajs/mocha)) | [`10.8.2` -> `11.1.0`](https://renovatebot.com/diffs/npm/mocha/10.8.2/11.1.0) | [](https://docs.renovatebot.com/merge-confidence/) |...
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [grunt-mocha-cli](https://redirect.github.com/Rowno/grunt-mocha-cli) | [`^4.0.0` -> `^7.0.0`](https://renovatebot.com/diffs/npm/grunt-mocha-cli/4.0.0/7.0.0) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/)...
When running `npx grunt` in the project directory, the following error occurs: ```Running "mochacli:test " (mochacli) task Warning: spawn EINVAL Use --force to continue. Aborted due to warnings. ``` Probably...
After running `eoc dataize primApp --easy 0 2 84 0 3 85 0 4 71 1 3 17 1 4 60 2 3 86 2 4 36` with [email protected] got...
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [org.junit.jupiter:junit-jupiter-engine](https://junit.org/junit5/) ([source](https://redirect.github.com/junit-team/junit5)) | `5.11.4` -> `5.12.1` | [](https://docs.renovatebot.com/merge-confidence/) |...
# Parser and linting errors Several tests are failing due to parsing and linting error. So these are some what I found in ```grunt / build``` logs. ## Issues found:...
`docs.js` must take a directory with XMIR files and generate a summary XML file with all necessary details from XMIR files. Currently, it doesn't do this. Let's implement this feature....