Centrum Wiskunde & Informatica (CWI)
Toggle navigation
Public journal
Gists
Create New Gist
All Public Gists
Search
My Pull Requests
Not Logged In
Login to Your Account
Username:
Password:
Forgot password?
git
CSY
»
reowolf
Toggle navigation
Summary
Changelog
Files
Pull Requests
Options
Compare
Search
Files @ b433d016e796
Branch filter:
feat-api-cmds-and-branching
feat-builtin-ip
feat-bytecode
feat-compiler-bin
feat-distributed-sync
feat-examples
feat-extending-pdl
feat-full-documentation
feat-lang-spec
feat-runtime-error-handling
feat-select-block-evaluation
feat-tcp-listener
feat-transmitting-ports
fix-compiler-bin-2
fix-erroneous-comp-handle-debug-assert
fix-refactor-1.2.5
master
refactor-runtime-1.2.5
Location:
CSY/reowolf
/
testdata
/
parser
/
negative
/
14.pdl
Show Full History
Show Authors
b433d016e796
88 B
text/plain
Show Annotation
Show as Raw
Download as Raw
Christopher Esterhuyse
playing around with new predicate=>state,payload storages. toward faster querying but also toward deviation detection by way of intelligible error handling
1
2
3
4
5
6
7
#version 100
// illegal builtin
composite main(in a, out b) {
int x = get(a);
skip;
}