Oberon
Oberon copied to clipboard
Oberon parser, code model & browser, compiler and IDE with debugger
Feature implemented according to example in Qt5 docs. Testing on the Windows platform is OK. Other platforms not tested.
Currently the functionality to clear the output is hidden from the user. This changes add this to the menu for discoverability.
For the windows platform the .ico file get embedded in the executable and shows up in file listing of the executable , in the task bar, window switch etc. The...
This is quite an impressive project. I've only skimmed the documentation since it is not a tutorial, but I'm having a hard time figuring out how to read user input...
I have a problem in pure Oberon with circular references between the implementation of two modules. This is solved in Modula2 using a DEFINITION and an IMPLEMENTATION module (both written...
I have a build error on my aarch64 Linux (Archlinux) system. this is the error message: ``` eanQt/thirdparty/xcb/include" -I"/home/mmw/.local/git/oberon+/LeanQt/thirdparty/xcb/sysinclude" -I"/home/mmw/.local/git/oberon+/LeanQt/thirdparty/xcb/include/xcb" -c -o "/home/mmw/.local/git/oberon+/build/output/qtfull/gui/xcb/lib_xcb/sources_atoms.c.o" "/home/mmw/.local/git/oberon+/LeanQt/thirdparty/xcb/xcb-util/atoms.c" /home/mmw/.local/git/oberon+/LeanQt/thirdparty/xcb/xcb-util/atoms.c: In function ‘makename’: /home/mmw/.local/git/oberon+/LeanQt/thirdparty/xcb/xcb-util/atoms.c:30:21: error:...