eoc icon indicating copy to clipboard operation
eoc copied to clipboard

Command-line toolkit for parsing, compiling, transpiling, optimizing, linking, dataizing, and running EOLANG programs

Results 76 eoc issues
Sort by recently updated
recently updated
newest added
trafficstars

`eoc generate_comments` would look for all comment placeholders in the code (like `# `) and use LLM to replace them with proper comments. Proposed cli interface would look like this:...

Registered inspect comman in eoc.js Made inspect.js command Made tests

Let's make it installable via Homebrew: ``` brew install eolang ```

bug
good first issue
help wanted

Would be nice to have `eoc fmt` command that will reformat all `.eo` files that stay in the source directory with the help of `print` command of the `eo-maven-plugin`.

enhancement
good first issue
help wanted

The puzzle `368-518cf6cc` from #368 has to be resolved: https://github.com/objectionary/eoc/blob/8a9669518a603dd4271aa1ea20cb20a1dfd4bbf6/src/elapsed.js#L39-L40 The puzzle was created by @yegor256 on 16-Dec-24. Estimate: 30 minutes, role: DEV. If you have any technical questions, don't...

bug
pdd

The puzzle `368-0468e9f4` from #368 has to be resolved: https://github.com/objectionary/eoc/blob/8a9669518a603dd4271aa1ea20cb20a1dfd4bbf6/src/commands/java/compile.js#L37-L38 The puzzle was created by @yegor256 on 16-Dec-24. Estimate: 30 minutes, role: DEV. If you have any technical questions, don't...

bug
pdd

Hello, This might only apply to me, but I needed to run `npm install -g grunt-cli` before run `grunt` would work. I believe this should be mentioned in the README.

add installer.js and rewrtite default npm i

closes #375 @yegor256 take a look please

I got this error, while running `eoc compile`: ``` node:fs:1658 const stats = binding.stat( ^ Error: ENOENT: no such file or directory, stat '.eoc/classes/EOorg/EOeolang/EOnan$EOtimes.class' at Object.statSync (node:fs:1658:25) at count (/opt/homebrew/lib/node_modules/eolang/src/mvnw.js:170:16)...

bug
good first issue
help wanted