Rexygen

1 program Added 2025-10-22T10:18:37Z Model: meta-llama/llama-3.1-70b-instructTemp: 0.4 Evidence Report issue View issues
Aliases: Rexygen HMI
Provenance: commit c14d34a69d · authored 2025-10-22T12:18:37+02:00 · model meta-llama/llama-3.1-70b-instruct

Sources mentioning this language

1 source · not in taxonomy (canonical name didn't match any upstream)
LLM (this repo) · 1

Related languages

Regent (0.16)Oxygen Basic (0.13)nMigen (0.12)Regina REXX (0.12)Reason (0.12)

LLM-contributed programs

Rexygen HMI Example

Provenance: commit c14d34a69d · authored 2025-10-22T12:18:37+02:00 · model meta-llama/llama-3.1-70b-instruct · Temp 0.4
code.rex · license: MIT · added: 2025-10-22T10:18:37Z
FUNCTION myFunction(INTEGER x, INTEGER y) RETURNS INTEGER
  RETURN x + y
END FUNCTION

PROGRAM main
  INTEGER a = 1
  INTEGER b = 2
  INTEGER c = myFunction(a, b)
  PRINT c
END PROGRAM

Contribute — propose a file extension

Tell us where to find evidence about Rexygen (mapped to pl/rexygen). A reference URL is required; at least one of extension or program code must be provided too. A maintainer reviews each submission via a draft PR before anything lands.
Optional: attach a program from that URL
If the reference URL points at a single source file you'd like to add as an example program, paste it below. The workflow will write it under languages/Rexygen/programs/<sha>/. Keep under ~200 lines.
(or open the pre-filled issue directly)
← Rexx Rez →