iwillspeak / feersum

A Scheme compiler that targets .NET written in F#
http://playlist.feersum-scheme.net
MIT License
24 stars 1 forks source link

Add Feersum Core Project #44

Closed iwillspeak closed 2 years ago

iwillspeak commented 2 years ago

This project will contain the pure Scheme parts of the core library.

iwillspeak commented 2 years ago

We need a way to pas the version number to use for the generated assembly name to the Stage1 compler:

.assembly extern Feersum.Core
{
  .ver 0:1:0:0
}

The current core library is built with the hardcoded version 0.1.0.0 at all times.