Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
arian
/
metac
Public
Notifications
You must be signed in to change notification settings
Fork
1
Star
1
Code
Issues
7
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Branch selector
master
User selector
All users
All time
Commit history
Commits on Apr 29, 2016
Add apache 2 license
arian
committed
3726223
View commit details
Copy full SHA for 3726223
Browse repository at this point
Commits on Mar 19, 2016
Fix SM event parameter scope.
Show description for 2535e4c
arian
committed
2535e4c
View commit details
Copy full SHA for 2535e4c
Browse repository at this point
Commits on Mar 17, 2016
Remove a debug stratego call
arian
committed
e2b4090
View commit details
Copy full SHA for e2b4090
Browse repository at this point
Add an even simpler bitfield example
arian
committed
137b1e8
View commit details
Copy full SHA for 137b1e8
Browse repository at this point
Pass State Machine event arguments into the _exec function
arian
committed
479bfcf
View commit details
Copy full SHA for 479bfcf
Browse repository at this point
Commits on Feb 29, 2016
Simplify C generation of variable declarations for bit fields.
Show description for 5c798a3
arian
committed
5c798a3
View commit details
Copy full SHA for 5c798a3
Browse repository at this point
Commits on Feb 22, 2016
Add support for assigning a pointer to a bitfield to another variable.
arian
committed
bb9a921
View commit details
Copy full SHA for bb9a921
Browse repository at this point
Make sure the "goto recurse" fn call replacement is only for self-referencing processes
Show description for d0cde01
arian
committed
d0cde01
View commit details
Copy full SHA for d0cde01
Browse repository at this point
Commits on Feb 21, 2016
Fix code generation for bit fields using the pointer field operator.
Show description for 1dbf5a3
arian
committed
1dbf5a3
View commit details
Copy full SHA for 1dbf5a3
Browse repository at this point
Commits on Jan 27, 2016
Merge pull request #32 from arian/csp-non-blocking
Show description for a75e5fb
Arian Stolwijk
committed
a75e5fb
View commit details
Copy full SHA for a75e5fb
Browse repository at this point
Code style fix
arian
committed
c5c1b7a
View commit details
Copy full SHA for c5c1b7a
Browse repository at this point
Only cleanup a channel once this 'par' created it.
arian
committed
8308feb
View commit details
Copy full SHA for 8308feb
Browse repository at this point
Add test program with non-blocking writes to a channel
arian
committed
d7d5fbf
View commit details
Copy full SHA for d7d5fbf
Browse repository at this point
Use the new CSP_chanSetAsync for non-blocking writes to channels.
arian
committed
26f7f2b
View commit details
Copy full SHA for 26f7f2b
Browse repository at this point
Split CSP generate-c tests into multiple files, add missing chanInit tests
arian
committed
7af3795
View commit details
Copy full SHA for 7af3795
Browse repository at this point
Allow declarations of channels outside functions.
Show description for 7284824
arian
committed
7284824
View commit details
Copy full SHA for 7284824
Browse repository at this point
Commits on Jan 25, 2016
Create a small example how RTOS'es could setup ISRs.
arian
committed
0ad61c8
View commit details
Copy full SHA for 0ad61c8
Browse repository at this point
Move CSP tests to a separate (non-spoofax) project
arian
committed
46deb28
View commit details
Copy full SHA for 46deb28
Browse repository at this point
Commits on Jan 19, 2016
Merge pull request #31 from arian/csp-model-nested-par
Show description for 9ed6f14
Arian Stolwijk
committed
9ed6f14
View commit details
Copy full SHA for 9ed6f14
Browse repository at this point
Remove unused par.str file
arian
committed
bb743e3
View commit details
Copy full SHA for bb743e3
Browse repository at this point
Bikeshedding the generate-csp
arian
committed
b7c35f3
View commit details
Copy full SHA for b7c35f3
Browse repository at this point
Pass state variables into parallel Interleave processes
arian
committed
7a76e82
View commit details
Copy full SHA for 7a76e82
Browse repository at this point
Fix correct generation of channels in the model, re-enable all expressions
Show description for 9b89ca8
arian
committed
9b89ca8
View commit details
Copy full SHA for 9b89ca8
Browse repository at this point
Rewrite the CSP model generation so nested par process can be created
Show description for d59953a
arian
committed
d59953a
View commit details
Copy full SHA for d59953a
Browse repository at this point
Adjust test programs such that a better model can be generated
arian
committed
c7f6947
View commit details
Copy full SHA for c7f6947
Browse repository at this point
Commits on Jan 15, 2016
Fix choice between (non-)deterministic choice for if statements
Show description for 2591f86
arian
committed
2591f86
View commit details
Copy full SHA for 2591f86
Browse repository at this point
When possible, use if/if-else process expressions, for better modeling.
Show description for 298b434
arian
committed
298b434
View commit details
Copy full SHA for 298b434
Browse repository at this point
Commits on Jan 14, 2016
Add simple support for #define's, they can be used inside array decls.
Show description for 72515f7
arian
committed
72515f7
View commit details
Copy full SHA for 72515f7
Browse repository at this point
Prefix PAT-CSP with PAT_, simple PAT expressions and parenthesize
Show description for 3a54bc3
arian
committed
3a54bc3
View commit details
Copy full SHA for 3a54bc3
Browse repository at this point
Only do a process recursion when it's actually a process 'function call'
arian
committed
195f831
View commit details
Copy full SHA for 195f831
Browse repository at this point
Use a label instead of do-while loop to recurse a process.
Show description for 3724844
arian
committed
3724844
View commit details
Copy full SHA for 3724844
Browse repository at this point
Generate C for 'static' variables and an init inside processes
arian
committed
1f68649
View commit details
Copy full SHA for 1f68649
Browse repository at this point
Commits on Jan 13, 2016
Whoops, fixing some C code generation for recursive processes
arian
committed
f39ae88
View commit details
Copy full SHA for f39ae88
Browse repository at this point
Commits on Jan 12, 2016
CSP# - Model if/if-else statements as internal choice.
Show description for cbf507c
arian
committed
cbf507c
View commit details
Copy full SHA for cbf507c
Browse repository at this point
CSP# - Generate process state variables and recursive calls
arian
committed
9e7a209
View commit details
Copy full SHA for 9e7a209
Browse repository at this point
Previous
Next
You can’t perform that action at this time.