eoc
eoc copied to clipboard
Command-line toolkit for parsing, compiling, transpiling, optimizing, linking, dataizing, and running EOLANG programs
This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [marked](https://marked.js.org) ([source](https://redirect.github.com/markedjs/marked)) | [`^4.3.0` -> `^16.0.0`](https://renovatebot.com/diffs/npm/marked/4.3.0/16.4.1) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- ###...
This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [@langchain/openai](https://redirect.github.com/langchain-ai/langchainjs/tree/main/libs/providers/langchain-openai/) ([source](https://redirect.github.com/langchain-ai/langchainjs)) | [`^0.6.0` -> `^1.0.0`](https://renovatebot.com/diffs/npm/@langchain%2fopenai/0.6.16/1.0.0) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- ###...
Check this out: ``` ➜ hello npm uninstall eolang up to date in 308ms ➜ hello npm uninstall -g eolang removed 71 packages in 420ms ➜ hello ➜ hello ➜...
I have eoc 0.33.0, Java 21, Maven 3.8.7. I ran `eoc --blind link` for `app.eo`: ``` # Just prints hello. [args] > app QQ.io.stdout > @ "Hello, world!\n" ``` And...
## Fix race condition when counting files (fixes #375) ### Problem description While running the `eoc compile` command, the following error could occur: ```Error: ENOENT: no such file or directory,...
Adding timestamps makes code more understandable by establishing a sequence of events and utilizing an industry standard.
Let's add `normalize` command that should run `parse` and them take XMIR files, transfer them to `.phi` (with the help of `phino`), then run `phino rewrite --normalize`, get new `.phi`...
Renamed branch to #500 for tracking issue Added test for Inspect.java file