40 resultados para string breaking
em BORIS: Bern Open Repository and Information System - Berna - Suiça
Resumo:
We elaborate on a recent study of a model of supersymmetry breaking we proposed recently, in the presence of a tunable positive cosmological constant, based on a gauged shift symmetry of a string modulus, external to the Standard Model (SM) sector. Here, we identify this symmetry with a global symmetry of the SM and work out the corresponding phenomenology. A particularly attracting possibility is to use a combination of Baryon and Lepton number that contains the known matter parity and guarantees absence of dimension-four and -five operators that violate B and L.
Resumo:
Domain-specific languages (DSLs) are increasingly used as embedded languages within general-purpose host languages. DSLs provide a compact, dedicated syntax for specifying parts of an application related to specialized domains. Unfortunately, such language extensions typically do not integrate well with the development tools of the host language. Editors, compilers and debuggers are either unaware of the extensions, or must be adapted at a non-trivial cost. We present a novel approach to embed DSLs into an existing host language by leveraging the underlying representation of the host language used by these tools. Helvetia is an extensible system that intercepts the compilation pipeline of the Smalltalk host language to seamlessly integrate language extensions. We validate our approach by case studies that demonstrate three fundamentally different ways to extend or adapt the host language syntax and semantics.