2023-09-01 13:10:49 +03:00
|
|
|
. ../../../testutils.sh
|
2023-03-22 18:17:53 +03:00
|
|
|
|
2023-08-29 13:47:42 +03:00
|
|
|
idris2 FromTTImp.idr << EOF
|
2023-03-22 18:17:53 +03:00
|
|
|
:printdef natExprMacroTest
|
|
|
|
:printdef natExprPrecedenceTest
|
|
|
|
:printdef natExprScriptTest
|
|
|
|
natExprFunctionTest
|
|
|
|
:q
|
|
|
|
EOF
|
|
|
|
|
2023-08-29 13:47:42 +03:00
|
|
|
idris2 FromName.idr << EOF
|
2023-03-22 18:17:53 +03:00
|
|
|
:printdef myNameMacroTest
|
|
|
|
:printdef myNameScriptTest
|
|
|
|
myNameFunctionTest
|
|
|
|
:q
|
|
|
|
EOF
|
|
|
|
|
2023-08-29 13:47:42 +03:00
|
|
|
idris2 FromDecls.idr << EOF
|
2023-03-22 18:17:53 +03:00
|
|
|
:printdef natDeclsMacroTest
|
|
|
|
:printdef natDeclsScriptTest
|
|
|
|
natDeclsFunctionTest
|
|
|
|
:q
|
|
|
|
EOF
|