diff options
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | logo/tnsl-logo-stroke.svg | 43 |
2 files changed, 44 insertions, 1 deletions
@@ -1,4 +1,4 @@ -<img src="./logo/tnsl-logo.svg" width="100%" height="256px"></img> +<img src="./logo/tnsl-logo-stroke.svg" width="100%" height="256px"></img> # tnsl-lang This is the base repository for the tnsl language, and includes the standard compiler implementation, specification, and libtnsl implementation. The specification and compiler are licenced under the CDDL-1.0 ([LICENCE.md](./LICENCE.md)), while libtnsl is dual-licenced under both the CDDL-1.0 ([LICENCE.md](./LICENCE.md)) and BSD-3-Clause ([LICENCE-BSD3.md](./libtnsl/LICENCE-BSD3.md)). diff --git a/logo/tnsl-logo-stroke.svg b/logo/tnsl-logo-stroke.svg new file mode 100644 index 0000000..3e16eba --- /dev/null +++ b/logo/tnsl-logo-stroke.svg @@ -0,0 +1,43 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + width="148mm" + height="105mm" + viewBox="0 0 148 105" + version="1.1" + id="svg5" + xmlns="http://www.w3.org/2000/svg" + xmlns:svg="http://www.w3.org/2000/svg"> + <defs + id="defs2" /> + <g + id="layer1"> + <g + aria-label="tnsl" + id="text2494" + style="font-size:38.1px;line-height:1.25;font-family:'DejaVu Sans Mono';-inkscape-font-specification:'DejaVu Sans Mono';stroke:white;stroke-width:0.5;" + transform="translate(-27.680971,14.09549)"> + <path + d="m 67.85978,25.958759 v 5.915918 h 7.776269 v 2.660302 H 67.85978 v 11.310937 q 0,2.306836 0.874365,3.218408 0.874365,0.911573 3.050976,0.911573 h 3.850928 v 2.734716 h -4.185791 q -3.850928,0 -5.432226,-1.544091 -1.581299,-1.544092 -1.581299,-5.320606 V 34.534979 h -5.562451 v -2.660302 h 5.562451 v -5.915918 z" + id="path25544" /> + <path + d="m 98.927649,39.799774 v 12.910839 h -3.44165 V 39.799774 q 0,-2.809131 -0.985987,-4.12998 -0.985986,-1.32085 -3.088183,-1.32085 -2.399854,0 -3.7021,1.711523 -1.283642,1.69292 -1.283642,4.874121 V 52.710613 H 83.00304 V 31.874677 h 3.423047 v 3.12539 q 0.911572,-1.785937 2.474267,-2.69751 1.562696,-0.930175 3.7021,-0.930175 3.181201,0 4.743896,2.102197 1.581299,2.083594 1.581299,6.325195 z" + id="path25546" /> + <path + d="m 120.41471,32.600214 v 3.348632 q -1.46968,-0.855761 -2.95796,-1.283642 -1.48828,-0.427881 -3.03237,-0.427881 -2.32544,0 -3.47886,0.762744 -1.13482,0.744141 -1.13482,2.288232 0,1.395264 0.85577,2.083594 0.85576,0.68833 4.2602,1.339453 l 1.37666,0.260449 q 2.54868,0.483692 3.85093,1.934766 1.32085,1.451074 1.32085,3.776513 0,3.088184 -2.19522,4.836914 -2.19521,1.730127 -6.10195,1.730127 -1.54409,0 -3.23701,-0.334863 -1.69292,-0.31626 -3.66489,-0.967383 v -3.534668 q 1.91616,0.985987 3.66489,1.488282 1.74873,0.483691 3.31142,0.483691 2.26963,0 3.51607,-0.911572 1.24643,-0.930176 1.24643,-2.585889 0,-2.38125 -4.55786,-3.292822 l -0.14882,-0.03721 -1.28365,-0.260449 q -2.95796,-0.576709 -4.31601,-1.934766 -1.35806,-1.37666 -1.35806,-3.739306 0,-2.995166 2.02778,-4.613672 2.02779,-1.637109 5.7857,-1.637109 1.67431,0 3.21841,0.316259 1.54409,0.297657 3.03237,0.911573 z" + id="path25548" /> + <path + d="m 137.13927,45.157586 q 0,2.306836 0.83716,3.478857 0.85576,1.172022 2.51147,1.172022 h 3.99976 v 2.902148 h -4.33462 q -3.06958,0 -4.7625,-1.971972 -1.67432,-1.971973 -1.67432,-5.581055 V 26.237812 h -5.48804 v -2.678907 h 8.91109 z" + id="path25550" /> + </g> + <path + style="fill:#0091ff;fill-opacity:1;stroke:none;stroke-width:0.344762px;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m 142.98689,18.191663 c -34.73303,18.565988 -103.240772,18.565988 -137.9737811,0 28.6074191,15.291651 109.3663711,15.291651 137.9737811,0 z" + id="path44270-3" /> + <path + style="fill:#0091ff;fill-opacity:1;stroke:none;stroke-width:0.344762px;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="M 5.0131067,86.80834 C 39.746121,68.242352 108.25388,68.242352 142.98689,86.80834 114.37948,71.516689 33.620527,71.516689 5.0131067,86.80834 Z" + id="path44270-3-6" /> + </g> +</svg> |