diff --git a/std/std.global.pdl b/std/std.global.pdl index 6ad5a3aeb2b8fb5597794a4d8ac15bd4462728b4..6691b79689ad5b304289b4c9feff3de3011bf515 100644 --- a/std/std.global.pdl +++ b/std/std.global.pdl @@ -1,10 +1,5 @@ #module std.global -// Note: parsing of token ranges and pragma needs to change. For now we insert -// spaces to work with the current system. Needs to be a system where the -// pragmas, "func" keywords (and similar keywords) indicate initial points to -// start parsing. - func get(in input) -> T { #builtin } func put(out output, T value) -> #type_void { #builtin } func fires(#type_portlike port) -> bool { #builtin }