|
|
|
|
|
by s-p-n
2650 days ago
|
|
Oh, it should be noted that I no longer needed an AST after rethinking my grammar approach. It was easy enough to just translate in-place. The best part, it wouldn't be too hard to change the output to AST, but I think my next step is to output an execution stream instead of a complete executable program. I'm currently considering the use of neural networks for error detection and suggested error-correction. |
|