Friday, November 2, 2018

Progress!

I integrated the new macro shell into the executive of join, added dll load attachment.  I am able to remove a lot of code with symbol tables available, and I removed extra command  loops.

I got Lvalues working so this works as expected:

$Result = LoadAttachment(argc,argv);  // LoadAttachment is a cmdlet
as well as:
$expand
$out= $expand
and various nested versions of right side expression also expand normally.

Having macro expansion available eliminates headaches.  Soon my new web scraper tool with be a dll, loadable on demand.

No comments: