Git Product home page Git Product logo

Comments (1)

zaskar9 avatar zaskar9 commented on August 19, 2024

Many thanks for this report! I will close the issue, since your report is the "opposite" of an issue! 😎

Nevertheless, let me point out a couple of things that might be of interest to you.

  • Before merging code into the main branch, I typically test it on macOS (clang toolchain), Ubuntu (GNU toolchain), and Windows (MSVC toolchain), both on x64 and arm64. Since this is a toy/teaching project, I don't expect all functionality to work on all platforms perfectly, but there shouldn't be any major show-stoppers.
  • There are utility Makefiles in the the liboberon and the oberon/test directory that help with compiling and linking the (beginnings of an) Oberon library and individual modules. The Makefiles assume the OS-toolchaing pairings mentioned in the previous point.
  • In the long-term, it is the plan to replace these Makefiles by toolchain classes, following the example of the clang frontend.
  • As you will notice, my Oberon compiler is far from perfect. There are many ways how people can help. Of course, I am always grateful for pull requests with new or improved functionality for the compiler itself. For example, I'm currently working on properly integrating the JIT functionality that has been sketched in one of the open pull requests.
  • Another way to contribute to oberon-lang is by submitting test modules, ideally ones that do not (but should) compile. The test modules I currently use are all written by me or ChatGPT. Therefore, if I didn't think of something when I wrote the compiler, I surely didn't think about it when I wrote the test module. 🤓

from oberon-lang.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.