Which development language is used to create XSharp?

The XSharp project uses two development languages to create its project:

  1. The compiler itself is written in C#.
  2. The macro compiler is also written in C#.
  3. The runtime system, which includes runtime functions, classes, etc., is developed in X#.
  4. Many of the tools are also written in X#.

All source code is available on Github.


No comments