mirror of
https://github.com/Mercury-Language/mercury.git
synced 2026-04-19 11:23:46 +00:00
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.
8 lines
334 B
Markdown
8 lines
334 B
Markdown
Standalone C# Example
|
|
=====================
|
|
|
|
This directory contains an example of how to call Mercury code from a C#
|
|
program. The file [CSharpMain.cs](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](mercury_lib).
|