mirror of
https://git.plasmaofthedawn.com/adventofcode.git
synced 2025-12-05 03:13:48 -06:00
plasl day2p1 and a lot of other junk i never pushed
This commit is contained in:
2
run.py
2
run.py
@@ -70,7 +70,7 @@ def generate_commands_pladcl(problem: Problem, flags: Optional[list[str]]=None):
|
||||
|
||||
run_compile_command(["pladclc", problem.source_location, "-o", problem.build_location] + (flags if flags else []))
|
||||
run_compile_command(["python3", preprocess_location, problem.resource_location, "-o", problem.resource_build_location])
|
||||
run_run_command(" ".join(["cat", problem.resource_build_location, "|", "dc", problem.build_location]), shell=True)
|
||||
run_run_command(" ".join(["cat", problem.resource_build_location, "|", "./dc", problem.build_location]), shell=True)
|
||||
|
||||
|
||||
def generate_commands_pascal(problem: Problem, flags: Optional[list[str]]=None):
|
||||
|
||||
Reference in New Issue
Block a user