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

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [semver](https://togithub.com/npm/node-semver) | [`7.6.0` -> `7.6.1`](https://renovatebot.com/diffs/npm/semver/7.6.0/7.6.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/semver/7.6.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/objectionary/eoc). ## Config Migration Needed - [ ]...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [eslint](https://eslint.org) ([source](https://togithub.com/eslint/eslint)) | [`9.1.1` -> `9.2.0`](https://renovatebot.com/diffs/npm/eslint/9.1.1/9.2.0) |...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [node](https://togithub.com/aredridel/node-bin-gen#readme) ([source](https://togithub.com/nodejs/node)) | [`22.1.0` -> `22.2.0`](https://renovatebot.com/diffs/npm/node/22.1.0/22.2.0) |...

# Problem The year in MIT License in files is outdated # Solution Update year in files and create shell script to run in Github Workflow to check year date...

There is `eo:latex` Mojo in our Maven plugin. Let's make it available here too.

enhancement
good first issue
help wanted

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/checkout](https://togithub.com/actions/checkout) | action | digest | `1d96c77` -> `0ad4b8f` | ---...

For test sake --- ## PR-Codex overview This PR updates the `eo-version.txt` file and adds multiple entries to `eo-foreign.json`. ### Detailed summary - Updated `eo-version.txt` to `0.35.9` - Added multiple...

## PR-Codex overview This PR updates preflight checks and licensing information. ### Detailed summary - Added licensing information to preflight files - Implemented preflight checks in multiple commands - Added...

If I run `eoc parse --parser=9.9.9`, I get a weird error: ``` $ eoc parse --parser=9.9.9 [ERROR] No plugin found for prefix 'eo' in the current project and in the...

bug
help wanted