{"id":20771522,"url":"https://github.com/stenbror/activeoberon2019","last_synced_at":"2025-09-25T09:59:16.144Z","repository":{"id":250942214,"uuid":"835928424","full_name":"stenbror/ActiveOberon2019","owner":"stenbror","description":null,"archived":false,"fork":false,"pushed_at":"2024-08-03T22:15:03.000Z","size":74,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-11T20:19:15.096Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/stenbror.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-07-30T20:04:38.000Z","updated_at":"2024-08-03T22:15:06.000Z","dependencies_parsed_at":"2024-08-03T22:33:35.565Z","dependency_job_id":null,"html_url":"https://github.com/stenbror/ActiveOberon2019","commit_stats":null,"previous_names":["stenbror/activeoberon2019"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/stenbror/ActiveOberon2019","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stenbror%2FActiveOberon2019","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stenbror%2FActiveOberon2019/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stenbror%2FActiveOberon2019/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stenbror%2FActiveOberon2019/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/stenbror","download_url":"https://codeload.github.com/stenbror/ActiveOberon2019/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stenbror%2FActiveOberon2019/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":276896552,"owners_count":25724047,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-25T02:00:09.612Z","response_time":80,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-17T12:15:20.483Z","updated_at":"2025-09-25T09:59:16.109Z","avatar_url":"https://github.com/stenbror.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Active Oberon Compiler project (2019 Standard)\n\nThis is the start of a project to build a native active Oberon 2019 compiler with inline assembler, written in Rust.\n\n- cargo build\n- cargo test\n- cargo run\n\n## Reserved keywords\n\n| | | | | | | | |\n|----|-----|-----|-----|-----|-----|------|------|\n| ADDRESS | ALIAS | ARRAY | AWAIT | BEGIN | BY | CELL | CELLNET | \n| CASE | CODE | DEFINITION | DO | DIV | END | ENUM | ELSE | \n| ELSIF | EXIT | EXTERN | FALSE | FOR | FINALLY | IF | IMAG |\n| IN | IS | IMPORT | LOOP | MODULE | MOD | NIL | OBJECT |\n| OF | OR | OUT | OPERATOR | POINTER | PROCEDURE  | PORT | REPEAT |\n| RECORD | RETURN | RESULT | SELF | THEN | TRUE | TO | TYPE | \n| UNTIL | VAR | WHILE | WITH |\n\n**If you don't use strict mode, lower case keywords is also allowed** \n\n| | | | | | | | |\n|----|-----|-----|-----|-----|-----|------|------|\n| address | alias | array | await | begin | by | cell | cellnet | \n| case | code | definition | do | div | end | enum | else | \n| elsif | exit | Eextern | false | for | finally | if | imag |\n| in | is | import | loop | module | mod | nil | object |\n| of | or | out | operator | pointer | procedure  | port | repeat |\n| record | return | result | self | then | true | to | type | \n| until | var | while | with |\n\n## Operators or delimiters\n\n||||||||||||\n|-|-|-|-|-|-|-|-|-|-|-|\n| \u003c | \u003c= | = | \u003e= | \u003e | # | := | : | ; | .. | . | , |\n| + | +* | - | ^ | \u0026 | ? | ?? | ! | !! | \u003c\u003c | \u003e\u003e | \u003c\u003c? |\n| \u003e\u003e? | .\u003c | .\u003c= | .\u003e= | .\u003e | .+ | .* | .= | .# | ~ | \n| \\ | ´ | ( | ) | [ | ] | { | } | ** | * | / | ./ | \n\n## Reserved procedures and data types\n\n| | | | | | | |\n|----|-----|-----|-----|-----|-----|------|\n| ABS | ADDRESSOF | ALL | ANY | ASH | ASSERT | BOOLEAN | \n| CAP | CAS | CHAR | CHR | COMPLEX | COMPLEX32 | COMPLEX64 | \n| COPY | DEC | DECMUL | DIM | ENTIER | ENTIERH | EXCL | \n| FIRST | FLOAT32 | FLOAT64 | FLOOR | HALT | IM | INC |\n| INCL | INCMUL | INCR | INTEGER | INTEGERSET | LAST | LEN | \n| LONG |LONGINTEGER | LSH | MAX | MIN | OBJECT | ODD | \n| RANGE | RE | REAL | RESHAPE | ROL | ROR | ROT | \n| SET | SET8 | SET16 |SET32 | SET64 | SHL | SHORT | \n| SHR | SIGNED8 | SIGNED16 | SIGNED32 | SIGNED64 | SIZE | SIZEOF |\n| STEP | SUM | UNSIGNED8 | UNSIGNED16 | UNSIGNED32 | UNSIGNED32 | UNSIGNED64 |\n\n\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstenbror%2Factiveoberon2019","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstenbror%2Factiveoberon2019","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstenbror%2Factiveoberon2019/lists"}