No side effects, no surprises.

BLUEPHRASE vocabulary Attribute syntax pragmas Vcard define new semantax semantax [bluephrase · pragmas] The "semantax" pragma is used to define a new semantax as part of building a new vocabulary.

Object scope

The parser operates within the context of object scopes. An object scope is the set of all statements that follow an object name. The object scope terminates when another object name appears, or when the end of file is reached. Object names are specified by surrounding a string label with hard brackets. In this sample source code file, there are two base objects, [A] and [B], each with three statements in their scope.

sample-ab.v
[A] type = file path = /etc/sysconfig/network permissions = 640
[B] type = file path = /etc/sysconfig/rsyslog permissions = 640