fix a bug in deconstructing a c program
ci/woodpecker/push/build Pipeline was successful Details

This commit is contained in:
Mike Nolan 2024-10-16 22:53:32 -05:00
parent cd9e96839c
commit b14973872f
1 changed files with 1 additions and 1 deletions

View File

@ -135,7 +135,7 @@ Notice no spaces or new lines in lexed output it is trimmed out
```json
{
"type": "program"
"type": "program",
"nodes": [
{
"type": "function_definition",