Skip to content

Commit

Permalink
[scratchpad] scratchpad now explicitly opts-in to stdlib. found a wei…
Browse files Browse the repository at this point in the history
…rd parser bug where it looks like the last use_stdlib call fails to parse properly unless i add extra chars at the end of the file - i bet its running out of subtrees
  • Loading branch information
harrand committed May 25, 2024
1 parent f479938 commit 585e571
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion samples/scratchpad.psy
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,7 @@ print :: () -> u0
{
set_linkage_type(executable);
set_output_name("scratchpad");
}
use_stdlib(true);
}

//

0 comments on commit 585e571

Please sign in to comment.