noun
abstract syntax
Technical computing term for the structural representation of source code, independent of concrete syntax details.
コンパイラは抽象構文木を生成する。
The compiler generates an abstract syntax tree.
抽象構文はプログラミング言語の意味を表現する。
Abstract syntax represents the meaning of a programming language.
具象構文 (concrete syntax) refers to the actual textual representation, while 抽象構文 is the underlying structure.
Compound of 抽象 (abstraction) and 構文 (syntax), likely a calque from English 'abstract syntax'.