Support AST extension

This commit is contained in:
Jean-François Lépine
2024-12-26 07:12:24 +01:00
parent 4b16631d45
commit 287e278184
9 changed files with 107 additions and 1 deletions

View File

@@ -17,6 +17,10 @@
"type": "external",
"source": "apcu"
},
"ast": {
"type": "external",
"source": "ast"
},
"bcmath": {
"type": "builtin"
},