Your ROOT_URL in app.ini is https://git.ondrovo.com/ but you are visiting http://159.69.29.240:49153/MightyPork/forth/src/branch/master/testfiles/ifmacro.f
You should set ROOT_URL correctly, otherwise the web may not work correctly.
Trying to build a forth runtime in C
|
1 [if] ." One,"
|
|
0
|
|
[if] bla bla
|
|
[if]
|
|
[if] this
|
|
[then]
|
|
is
|
|
[then]
|
|
not parsed
|
|
[else]
|
|
." Two,"
|
|
[then]
|
|
." Bla bla,"
|
|
[then]
|
|
." End,"
|
|
|
|
0
|
|
[if]
|
|
blabla
|
|
[else]
|
|
1
|
|
[if]
|
|
char A EMIT
|
|
[else]
|
|
[if]
|
|
[if] this
|
|
[then]
|
|
is not parsed
|
|
[then]
|
|
[then]
|
|
[then]
|
|
|
|
char X EMIT
|
|
|