Ligue de Hockey Junior A Bois-Francs
The Ligue de Hockey Junior A Hockey Experts or Hockey Experts Junior "A" Hockey League is a Junior "A" (Junior "C" Canada-Wide) ice hockey league in the Province of Quebec, Canada. The league is sanctioned by Hockey Quebec and Hockey Canada.
The league used to be known as the Bois-Francs League and the Reno Sports League.
Teams
Team | Centre |
William de Asbestos | Asbestos |
Chiefs Daveluyville | Daveluyville |
Transport Grégoire Plessisville | Plessisville |
L'Express Richmond | Richmond |
J.G.A. Assurances Victoriaville | Victoriaville |
Plus Resto Bar Victoriaville | Victoriaville |
Caravelle GNP Princeville | Princeville |
Cougars Warwick | Warwick |
Papetiers Windsor | Windsor |
gollark: Also, parser combinators are sorely needed.
gollark: What I need to do is make the escape bit handle `\uXXXX` sequences...
gollark: ```luafunction parseString(str) str = str:sub(2) local s = "" while str:sub(1,1) ~= "\"" do local next = str:sub(1,1) str = str:sub(2) assert(next ~= "\n", "Unclosed string") if next == "\\" then local escape = str:sub(1,1) str = str:sub(2) next = assert(decodeControls[next..escape], "Invalid escape character") end s = s .. next end return s, removeWhite(str:sub(2))end```
gollark: Okay, this is hand-rolled parsing code, I have no idea how it works.
gollark: *But* this is a bug in the JSON handling, which I should really fix *anyway*.
External links
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.