aserowy / prosr

Definition language and compiler for SignalR hubs and clients

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Prosr compiler

The compiler builds clients and hubs for SignalR, which are specified in prosr. The language definition for prosr1 can be found here.

prosr -p path/to/SearchHub.prosr -l csharp

This will put together the hub definition of SearchHub for csharp classes. The compilation is written to the directory of SearchHub.prosr.

About

Definition language and compiler for SignalR hubs and clients

License:MIT License


Languages

Language:Go 92.3%Language:C# 6.4%Language:ANTLR 1.3%