Warning: this is an htmlized version!
The original is here, and
the conversion rules are here.
% A test for the REPL of Dednat6.
%
\documentclass{article}
\begin{document}
  \catcode`\^^J=10                      % (find-es "luatex" "spurious-omega")
  \directlua{dofile "dednat6load.lua"}  % (find-LATEX "dednat6load.lua")

  \directlua{luarepl()}

\end{document}

* (eepitch-shell)
* (eepitch-kill)
* (eepitch-shell)
lualatex -record 2018dednat6-repl.tex
  for i,v in pairs (tex.hashtokens()) do
    print(v, token.get_meaning(v))
  end
  os.exit()