Files
mercury/samples/csharp_interface/standalone_csharp/README.md
Julien Fischer 2c8675135a Add a standalone C# example.
samples/csharp_interface/standalone_csharp/CSharpMain.cs:
samples/csharp_interface/standalone_csharp/Makefile:
samples/csharp_interface/standalone_csharp/mercury_lib.m:
samples/csharp_interface/standalone_csharp/README.md:
     As above.
2022-01-15 03:28:09 +11:00

334 B

Standalone C# Example

This directory contains an example of how to call Mercury code from a C# program. The file CSharpMain.cs contains a small program written in C#. This program calls the Mercury procedures exported by the Mercury library contained in the file mercury_lib.m.