TweeZcodeCompiler / twee_zcode_compiler

compiler project at FU Berlin
MIT License
3 stars 0 forks source link

Final Test Bugs: two times same link #111

Open xmxanuel opened 9 years ago

xmxanuel commented 9 years ago

if the same link in a twee passage appears two times in twine the link appear two times as well. at the moment our compiler only shows the link once

in the example link to Mars1.

t17.twee ::Start Hello World [[Moon]] text text [[Mars1]] text text [[Mars1]] text text

::Moon I am the moon

::Venus I am Venus

::Mars I am Mars

::Mars1 I am Mars 1