File size: 3,477 Bytes
9b0c4ec | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 | # GraphLang Intellectual Property — Date of Invention
**Author**: Josué Argaña
**Date of First Publication**: July 28, 2026
**Repository**: https://github.com/cripto-bot/graphlang
**Jurisdiction**: Paraguay / International (Berne Convention)
---
## 1. Protected Innovation
The following 12 **universal intermediate representation (IR) kinds** constitute
the core innovation of GraphLang. These were first reduced to practice and
published on July 28, 2026.
| # | IR Kind | Definition | First Published |
|---|---------|-----------|----------------|
| 1 | `function` | Executable block with parameters and body | v0.1 |
| 2 | `if` | Conditional branch with test, then-body, optional else-body | v0.1 |
| 3 | `for` | Iteration over sequence or counter | v0.2 |
| 4 | `while` | Conditional loop | v0.2 |
| 5 | `return` | Value return from function | v0.1 |
| 6 | `assign` | Variable binding | v0.1 |
| 7 | `call` | Function/method invocation | v0.1 |
| 8 | `binop` | Binary or comparison operation | v0.1 |
| 9 | `unary` | Unary operation | v0.2 |
| 10 | `var` | Variable reference | v0.1 |
| 11 | `const` | Literal constant | v0.1 |
| 12 | `block` | Statement sequence | v0.1 |
## 2. Mapping Innovation
The **systematic reduction** of 776 Concrete Syntax Tree (CST) node types
from 3 programming languages into these 12 IR kinds was first achieved and
published on July 28, 2026.
```
Python: 238 CST types ─┐
Java: 296 CST types ─┤──→ 12 IR kinds (first reduced: July 28, 2026)
JavaScript: 242 CST types ─┘
───────────────
776 total types
```
## 3. Evidence Chain
| Evidence | Timestamp | Location |
|----------|-----------|----------|
| Git commit `143bb92` | 2026-07-28 15:48 UTC | Initial commit (v0.1) |
| Git commit `c95d84a` | 2026-07-28 | Semantic normalizer (v0.2) |
| Git commit `3f35886` | 2026-07-28 | Full 3-language coverage (v0.4) |
| Git commit `a7fb363` | 2026-07-28 | 1,500 function benchmark (v0.5) |
| Git commit `76475d7` | 2026-07-28 | 100K function benchmark (v0.7) |
| Git commit `7ab79bf` | 2026-07-28 | 1M function benchmark (v0.8) |
| Git commit `70845c0` | 2026-07-28 | 10M function benchmark (v0.9) |
| GitHub Release v0.6.0 | 2026-07-28 | Public release |
| GitHub Release v0.8.0 | 2026-07-28 | 1M benchmark release |
| `TECHNICAL.md` | 2026-07-28 | Full whitepaper |
## 4. Licensing
| Component | License | Terms |
|-----------|---------|-------|
| Source code | MIT | Free for all uses |
| Benchmark datasets | CC BY-NC-SA 4.0 | Free for research; commercial use requires permission |
| 12 IR Kinds (concept) | Published prior art | Establishes date of invention |
## 5. Prior Art Declaration
This document establishes **July 28, 2026** as the date of first publication
for the 12-Kind GraphLang IR system. Any subsequent patent applications by
third parties covering the systematic reduction of multi-language CST types
to these or substantially similar IR kinds are preempted by this public
disclosure under:
- **Paraguay**: Ley 1328/98 de Derecho de Autor
- **International**: Berne Convention for the Protection of Literary and Artistic Works
- **United States**: 35 U.S.C. §102(a) — prior art
## 6. Contact
For commercial licensing of datasets, GraphLang Cloud API access, or
enterprise deployment:
**Author**: Josué Argaña
**GitHub**: https://github.com/cripto-bot/graphlang
---
*Published: July 28, 2026 — Asunción, Paraguay*
|