Give Feedback About The Gilda Compiler


    The early preview release of the Gilda compiler is available on a limited basis. The goal of this release is to let people try it out. Any feedback from users is greatly appreciated.

    Depending on the type of feedback email one of these two mail boxes. Please send a separate email for each issue.


    Software Bug Report

        bug_report@techneon.com

      Billions of programs have been writen using compilers for the most popular programming languages and even they have bugs. As a new language you should expect to encounter some compiler bugs.

      In your message please indicate whether the bug is a compiler error or in a bug in a procedure in the Basis library. Library source code is included and you may want to take a look at it to see what went wrong.

      Its best if you can include a tiny code sample to reproduce the bug. For more complex issues just use your judgement. If an example is difficult to write send a description of the proplem. Cut and paste any relevant output from the compiler or program.

      Please specify which of these categories best fits the issue:

      • Crash - You should be able to compile any valid or invalid code without crashing the compiler.

      • Invalid Generated Code - Generated code should always work as expected.

      • Improve Error Messages - Any invalid source code should produce an error message. Messages should be clearly written and not be misleading. They should also provide useful context information.

      • Unimplemented Feature - Some features have been deferred. The compiler should indicate this with an NYI (Not Yet Implemented) message. Let us know if you cannot work around an unimplemented feature for your project.

    Editorial Comments

        editorial@techneon.com

      Editorial comments cover technical documents and comments in source code included in the distribution. Even small changes can help improve documentation for others.

      • Clarity - Documentation should be informative, plain, and simple.

      • Any additional information that would be helpful

      • Corrections to any documentation including grammar and typos