-
### Describe the bug
Some comments around jsx omitted while printing just parsed program. This issue seems not to happen to the playground that transform jsx.
Input:
```
function C() {
re…
-
**Describe the bug**
Looks like typed-ast not compatible with 3.13
**To Reproduce**
Steps to reproduce the behavior:
1. Run pip install handsdown on 3.13
**Expected behavior**
Module install…
-
# Problem
A SQL statement with an Inner Join is given to the parser, once converted to AST and getting the result back as a SQL string parser loose the inner join altering original SQL statement.…
-
Hi, first of all congratulations for this awesome project.
My question is if there is any way to use toolkit in CLI mode? Passing a sql file as input and getting a AST as output in XML or JSON. Som…
-
Does the AST data structure generated by this project share similarity with its counterpart on the PHP language ( [nikic/PHP-Parser](https://github.com/nikic/PHP-Parser) ) ?
I'm trying to parse as…
-
The clang call parser seems to add duplicate calls when they're detected.
As a quick fix a `cleanup()` method has been added, but it's extremely hacky, and adding duplicates would make the program ex…
-
I am pretty frustrated with standard document workflows involving PDF and MS Word.
It would be beyond amazing to be able to work in a documents-as-code fashion using AsciiDoc + SemanticDiff + Merge…
-
Hi, so after getting the docker build to work (#7), I tried running the example given in the README.
However, I get the following output at the AQuery prompt (running inside the docker container).…
-
In this case, the parser remembers, which form was used:
```lua
local function x() end
--- vs
local x = function() end
```
However, these:
```lua
function x() end
--- vs
x = function() end…
-
# question for add function
The Project looks very interesting for me and I would like to try to add some functions like [phpinfo()](https://www.php.net/manual/en/function.phpinfo.php) that's the c…