{"id":20771514,"url":"https://github.com/stenbror/openactiveoberon","last_synced_at":"2026-05-27T12:33:16.454Z","repository":{"id":251617954,"uuid":"837932002","full_name":"stenbror/OpenActiveOberon","owner":"stenbror","description":"Active Oberon 2019 Compiler","archived":false,"fork":false,"pushed_at":"2024-08-11T15:48:25.000Z","size":140,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-12-19T21:52:46.882Z","etag":null,"topics":["activeoberon","linux","native","pascal"],"latest_commit_sha":null,"homepage":"","language":"Pascal","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-08-04T13:28:20.000Z","updated_at":"2025-06-03T13:11:00.000Z","dependencies_parsed_at":"2025-01-18T07:11:47.837Z","dependency_job_id":"a42dc119-96e3-454e-8ecf-460c0a8ca842","html_url":"https://github.com/stenbror/OpenActiveOberon","commit_stats":null,"previous_names":["stenbror/openactiveoberon"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/stenbror/OpenActiveOberon","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stenbror%2FOpenActiveOberon","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stenbror%2FOpenActiveOberon/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stenbror%2FOpenActiveOberon/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stenbror%2FOpenActiveOberon/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/stenbror","download_url":"https://codeload.github.com/stenbror/OpenActiveOberon/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stenbror%2FOpenActiveOberon/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33566872,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-05-27T02:00:06.184Z","response_time":53,"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":["activeoberon","linux","native","pascal"],"created_at":"2024-11-17T12:15:19.559Z","updated_at":"2026-05-27T12:33:16.434Z","avatar_url":"https://github.com/stenbror.png","language":"Pascal","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Active Oberon Native Compiler (Version 2019)\n\nThis is the start of  a open active oberon compiler for Windows, Linux and Mac. First supporting *ARM aarch64* binary code and inline assembler. We have started on the bootstrap compiler written in object pascal that will be used to compile the final compiler written nativly in Active Oberon.\n\nThe transition from Pascal version to Active Oberon version will be mostly minor.\n\nYou need to install fpc (Free Pascal Compiler) for your system to build the bootstrap compiler. For now i use WSL for Windows with Ubuntu on an ARM based laptop and Visual Code for development.\n\nTo build:\n- Install WSL under Windows with Ubuntu or directly on a Linux machine.\n- Install fpc (Free Pascal Compiler) e.g. 'apt install fpc'\n- Execute 'build.sh'\n- Resulting bootstrap binary will be in bin/ folder.\n\n## Unittesting\n\nAll UnitTests can be executed by executing **build.sh**\n\nThis will build the Compiler and the test harness. Both binaries ends up in *bin* folder.\n\n- Execute *bin/test_active_oberon_compiler* to just do the UnitTests.\n\n# Language details\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## 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 | 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","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstenbror%2Fopenactiveoberon","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstenbror%2Fopenactiveoberon","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstenbror%2Fopenactiveoberon/lists"}