mirror of
https://github.com/allaunthefox/Research-Stack.git
synced 2026-07-31 03:05:21 +00:00
5 lines
249 B
Text
5 lines
249 B
Text
import Semantics.GenerateLUT
|
|
|
|
def main (args : List String) : IO Unit := do
|
|
let output := if args.length > 0 then args[0]! else "/home/allaun/Documents/Research Stack/data/swarm/adaptation_surface.bin"
|
|
Semantics.GenerateLUT.runGeneration output
|