Simplify abstract syntax further. Added OML exporter and test.

This commit is contained in:
Joeri Exelmans 2023-03-03 15:53:07 +01:00
parent a84f473feb
commit ea70d9278e
11 changed files with 155 additions and 29 deletions

View file

@ -1,9 +0,0 @@
with import <nixpkgs> {};
with pkgs.python3Packages;
buildPythonPackage {
name = "xopp2py";
src = ./.;
format = "pyproject"; # tell Nix to use pyproject.toml
propagatedBuildInputs = [ hatchling ];
}