Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in abstract-syntax-tree

Replace comment in JavaScript AST with subtree derived from the comment's content

Representing a multiple pass Abstract Syntax Tree (AST) in C++?

Restricting Python's syntax to execute user code safely. Is this a safe approach?

How do you build a left-associative operator tree using PEG.js?

how to use jscodeshift to insert a line in the beginning of the file

Given an AST, is there a working library for getting the source?

Generate .pyc from Python AST?

Navigating and modifying ASTs built on the Free monad in Haskell

Why should json.loads be preferred to ast.literal_eval for parsing JSON?

Is it possible to view C++ code with instantiated templates before it gets compiled (g++)?

How can I deal with comments in my AST?

Difference between @Delegate and @Mixin AST transformations in Groovy

Any differences between terms parse trees and derivation trees?

ast.literal_eval() support for set literals in Python 2.7?

Evaluating a mathematical expression (function) for a large number of input values fast

elegant way to test python ASTs for equality (not reference or object identity)

Get Control flow graph from Abstract Syntax Tree

How do I get clang to dump the AST without color?

Scala AST in Scala [closed]