uniconproject / unicon

http://www.unicon.org
Other
54 stars 27 forks source link

JSON library updates #120

Closed gkzyoung closed 3 years ago

gkzyoung commented 3 years ago

1) Added proper Unicon/JSON escape conversions 2) Changed internal procedure names and comments to be more consistent 3) Added cset support 4) Added jtous() and jtouf() as library functions (will update UTR20 in future)

Jafaral commented 3 years ago

@gzkyoung, OpenGL changes should go into a new pull request independent of the json changes. You can do that by moving the commit to a different branch an opening the pull request from that branch. I will work with you tomorrow to get this done if you are not familiar with git/github

gkzyoung commented 3 years ago

@gzkyoung, OpenGL changes should go into a new pull request independent of the json changes. You can do that by moving the commit to a different branch an opening the pull request from that branch. I will work with you tomorrow to get this done if you are not familiar with git/github