alpha
Login
or
Join now
klauser.link
/
prx
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Prexonite, a .NET hosted scripting language with a focus on meta-programming and embedded DSLs
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
prx
/
Prx
/
psr
/
_2
/
at
main
1 folder
Christian Klauser
Remove obsolete owned license headers
9d ago
10d9fb65
psr
PRX-40: make `{}` optional for namespace re-export You can now write ``` namespace target export source(*); ``` instead of ``` namespace target { } export source(*); ``` If you omit the braces, an export clause or a semicolon are mandatory (e.g., `namespace ns` alone is not legal)
4 years ago