SlideShare una empresa de Scribd logo
1 de 39
Descargar para leer sin conexión
Software Language Composition
for the Masses
Manuel Leduc, Thomas Degueule, Benoit Combemale
Joint work in the context of the associated research team ALE between Inria (DiverSE) and CWI (SWAT).
Context &
Motivation
DSL Everywhere (1/2)
Modular Language Composition for the Masses 1 / 19
DSL Everywhere (2/2)
Challenges
1. Complex Language Engineering effort;
2. Requires expert knowledge;
3. Requires maintenance and evolution investments.
Modular Language Composition for the Masses 2 / 19
DSL Everywhere (2/2)
Challenges
1. Complex Language Engineering effort;
2. Requires expert knowledge;
3. Requires maintenance and evolution investments.
Proposed Solution
Reuse, assemble and customize existing languages.
Modular Language Composition for the Masses 2 / 19
Language extension
A language-development
system supports language
extension of a base language
if the implementation of the
base language can be
reused unchanged to
implement a language
extension.
Language composition
A language-development
system supports language
composition of two languages
if the implementation of both
languages can be reused
unchanged by adding glue
code only.
[MODELS'17] [SLE'18]
Language reuse
Modular Language Composition for the Masses 3 / 19
Language Composition
Goal: "Import, bind & reuse"
Modular Language Composition for the Masses 4 / 19
Rely on dedicated
paradigms
Spoofax (Term reduction
rules);
Monticore (Component
Based);
Neverlang (Sectional DSL).
Relying on mainstream
paradigms
Lisa (Object-Oriented
Attribute Grammar);
Melange (Object-Oriented
Composition Operators).
Pro:
Highly modular.
Cons:
Rely on dedicated paradigms.
Pro:
Mainstream paradigm based.
Cons:
Limited modularity (at the impl.
level) .
A Landscape of Language Composition
Modular Language Composition for the Masses 5 / 19
Rely on dedicated
paradigms
Spoofax (Term reduction
rules);
Monticore (Component
Based);
Neverlang (Sectional DSL).
Relying on mainstream
paradigms
Lisa (Object-Oriented
Attribute Grammar);
Melange (Object-Oriented
Composition Operators).
Pro:
Highly modular.
Pro:
Mainstream paradigm based.
A Landscape of Language Composition
Cons:
Rely on dedicated paradigms.
Cons:
Limited modularity (at the impl.
level).
Modular Language Composition for the Masses 6 / 19
Anatomy of a DSL
Modular Language Composition for the Masses 7 / 19
Anatomy of a DSL
Modular Language Composition for the Masses 7 / 19
Anatomy of a DSL
Modular Language Composition for the Masses 7 / 19
Finite State Machine Language Concern
Modular Language Composition for the Masses 8 / 19
Finite State Machine Language Concern
Modular Language Composition for the Masses 8 / 19
Requirements
Requirements
R1: Concern Encapsulation
Language concerns should be composed without having to
inspect their internal implementation.
Modular Language Composition for the Masses 9 / 19
Requirements
R1: Concern Encapsulation
R2: Explicit Required Interface
Required interfaces of language concerns should explicitly state
the requirements a concern has towards other concerns.
Modular Language Composition for the Masses 10 / 19
Requirements
R1: Concern Encapsulation
R2: Explicit Required Interface
R3: Incremental Compilation
Language Concern should be type-checked and compiled
separately.
Modular Language Composition for the Masses 11 / 19
Requirements
R1: Concern Encapsulation
R2: Explicit Required Interface
R3: Incremental Compilation
R4: Concern Substitutability
Two Language Concerns with compatible interfaces should be
substitutable.
Modular Language Composition for the Masses 12 / 19
Requirements
R1: Concern Encapsulation
R2: Explicit Required Interface
R3: Incremental Compilation
R4: Concern Substitutability
R5: Non-intrusivity
Defining Language Concern should be based on Object-
Oriented engineering technologies.
Modular Language Composition for the Masses 13 / 19
Approach
Overview
Modular Language Composition for the Masses 14 / 19
Overview
Modular Language Composition for the Masses 14 / 19
Overview
Modular Language Composition for the Masses 14 / 19
Overview
Modular Language Composition for the Masses 14 / 19
Overview
Modular Language Composition for the Masses 14 / 19
Overview
Modular Language Composition for the Masses 14 / 19
Overview
Modular Language Composition for the Masses 14 / 19
Overview
Modular Language Composition for the Masses 14 / 19
Experimentation
Architecture Workflow Actions
IoT Usecase (1/2)
Modular Language Composition for the Masses 15 / 19
Architecture Workflow Actions
Model sensors'
interface
Model sensors'
control flow
Express sensors'
actions
IoT Usecase (1/2)
Modular Language Composition for the Masses 15 / 19
Architecture Workflow Actions
Model sensors'
interface
Model sensors'
control flow
Express sensors'
actions
OMG's IDL
provides operation
getTemp(inout temp)
Activity Diagram
IoT Usecase (1/2)
Modular Language Composition for the Masses 15 / 19
IoT Usecase (2/2)
Modular Language Composition for the Masses 16 / 19
Results
R1: Concern Encapsulation ✅
R3: Incremental Compilation ✅
⇒ Eclipse Plug-in based.
R2: Explicit Required Interface ✅
⇒ Required annotations on EMF classes.
R4: Concern Substitutability ✅
⇒ Lua replaced by 2 toy languages for expressions and actions.
R5: Non-intrusivity ✅
⇒ Based on EMF and Java.
Modular Language Composition for the Masses 17 / 19
Conclusion &
Future Work
Take Away
Implementation pattern enhancing language
composability;
Generative approach to abstract the implementation
pattern;
Alternative to the standard EMF Switch, improving
extensibility and composability.
Seamlessly integrated with EMF (and Java)
Type safe
Modular, Extensible, Composable, Reusable
Modular Language Composition for the Masses 18 / 19
Future Work
Toward language product lines and language families;
Dedicated binding language for glue definition.
Modular Language Composition for the Masses 19 / 19
EOF

Más contenido relacionado

La actualidad más candente

Programming languages
Programming languagesProgramming languages
Programming languagesSimon Mui
 
Domain Specific Language Design
Domain Specific Language DesignDomain Specific Language Design
Domain Specific Language DesignMarkus Voelter
 
1. over view and history of c
1. over view and history of c1. over view and history of c
1. over view and history of cHarish Kumawat
 
C Programming language - introduction
C Programming  language - introduction  C Programming  language - introduction
C Programming language - introduction GopikaS12
 
PROGRAMMING LANGUAGES
PROGRAMMING LANGUAGESPROGRAMMING LANGUAGES
PROGRAMMING LANGUAGESABHINAV SINGH
 
Computer Programming Overview
Computer Programming OverviewComputer Programming Overview
Computer Programming Overviewagorolabs
 
Domain Specific Language with pleasure
Domain Specific Language with pleasureDomain Specific Language with pleasure
Domain Specific Language with pleasureVaclav Pech
 
Ndu06 typesof language
Ndu06 typesof languageNdu06 typesof language
Ndu06 typesof languagenicky_walters
 
Evolution of programming languages
Evolution of programming languagesEvolution of programming languages
Evolution of programming languagesNitin Kumar Kashyap
 
Transformer Seq2Sqe Models: Concepts, Trends & Limitations (DLI)
Transformer Seq2Sqe Models: Concepts, Trends & Limitations (DLI)Transformer Seq2Sqe Models: Concepts, Trends & Limitations (DLI)
Transformer Seq2Sqe Models: Concepts, Trends & Limitations (DLI)Deep Learning Italia
 
Generations Of Programming Languages
Generations Of Programming LanguagesGenerations Of Programming Languages
Generations Of Programming Languagespy7rjs
 

La actualidad más candente (19)

Programming languages
Programming languagesProgramming languages
Programming languages
 
Domain Specific Language Design
Domain Specific Language DesignDomain Specific Language Design
Domain Specific Language Design
 
1. over view and history of c
1. over view and history of c1. over view and history of c
1. over view and history of c
 
C Programming language - introduction
C Programming  language - introduction  C Programming  language - introduction
C Programming language - introduction
 
PROGRAMMING LANGUAGES
PROGRAMMING LANGUAGESPROGRAMMING LANGUAGES
PROGRAMMING LANGUAGES
 
Computer Programming Overview
Computer Programming OverviewComputer Programming Overview
Computer Programming Overview
 
Domain Specific Language with pleasure
Domain Specific Language with pleasureDomain Specific Language with pleasure
Domain Specific Language with pleasure
 
Ndu06 typesof language
Ndu06 typesof languageNdu06 typesof language
Ndu06 typesof language
 
Go programing language
Go programing languageGo programing language
Go programing language
 
Programing Language
Programing LanguagePrograming Language
Programing Language
 
Programming landuages
Programming landuagesProgramming landuages
Programming landuages
 
Evolution of programming languages
Evolution of programming languagesEvolution of programming languages
Evolution of programming languages
 
Introduction to c
Introduction to cIntroduction to c
Introduction to c
 
Characteristics of c#
Characteristics of c#Characteristics of c#
Characteristics of c#
 
Lecture 1
Lecture 1Lecture 1
Lecture 1
 
Evolution of Computer Languages
Evolution of Computer LanguagesEvolution of Computer Languages
Evolution of Computer Languages
 
Programming names
Programming namesProgramming names
Programming names
 
Transformer Seq2Sqe Models: Concepts, Trends & Limitations (DLI)
Transformer Seq2Sqe Models: Concepts, Trends & Limitations (DLI)Transformer Seq2Sqe Models: Concepts, Trends & Limitations (DLI)
Transformer Seq2Sqe Models: Concepts, Trends & Limitations (DLI)
 
Generations Of Programming Languages
Generations Of Programming LanguagesGenerations Of Programming Languages
Generations Of Programming Languages
 

Similar a Modular Language Composition for the Masses

Variability Management in Domain Specific Languages
Variability Management in Domain Specific LanguagesVariability Management in Domain Specific Languages
Variability Management in Domain Specific LanguagesDavid Méndez-Acuña
 
Model executability within the GEMOC Studio
Model executability within the GEMOC StudioModel executability within the GEMOC Studio
Model executability within the GEMOC StudioBenoit Combemale
 
Abstraction level taxonomy of programming language frameworks
Abstraction level taxonomy of programming language frameworksAbstraction level taxonomy of programming language frameworks
Abstraction level taxonomy of programming language frameworksijpla
 
Lect 1. introduction to programming languages
Lect 1. introduction to programming languagesLect 1. introduction to programming languages
Lect 1. introduction to programming languagesVarun Garg
 
The Whole Platform A Language Workbench for Eclipse
The Whole Platform A Language Workbench for EclipseThe Whole Platform A Language Workbench for Eclipse
The Whole Platform A Language Workbench for EclipseRiccardo Solmi
 
Generations of programming language
Generations of programming languageGenerations of programming language
Generations of programming languageJAIDEVPAUL
 
English de lenguaje de programacion
English de lenguaje de programacionEnglish de lenguaje de programacion
English de lenguaje de programacionVillalba Griselda
 
INTRODUCTION TO SOFTWARE, PROGRAMMING LANGUAGES.pdf
INTRODUCTION TO SOFTWARE, PROGRAMMING LANGUAGES.pdfINTRODUCTION TO SOFTWARE, PROGRAMMING LANGUAGES.pdf
INTRODUCTION TO SOFTWARE, PROGRAMMING LANGUAGES.pdfKakai Catalan
 
Grade 8: Introduction To Java
Grade 8: Introduction To JavaGrade 8: Introduction To Java
Grade 8: Introduction To Javanandanrocker
 
Programing languages
Programing languagesPrograming languages
Programing languagesDanyal Ahmad
 
Computer languages
Computer languagesComputer languages
Computer languagesAtiq_Ahmed
 
Domain Specific Languages in Ruby - Medellin.rb
Domain Specific Languages in Ruby - Medellin.rbDomain Specific Languages in Ruby - Medellin.rb
Domain Specific Languages in Ruby - Medellin.rbOscar Rendon
 
CH 01.pptx
CH 01.pptxCH 01.pptx
CH 01.pptxObsa2
 
2.3 programming language show
2.3 programming language show2.3 programming language show
2.3 programming language showManojKumar4723
 
Use of assembly language[edit]Historical perspective[edit]Assemb.pdf
Use of assembly language[edit]Historical perspective[edit]Assemb.pdfUse of assembly language[edit]Historical perspective[edit]Assemb.pdf
Use of assembly language[edit]Historical perspective[edit]Assemb.pdfannethafashion
 

Similar a Modular Language Composition for the Masses (20)

Variability Management in Domain Specific Languages
Variability Management in Domain Specific LanguagesVariability Management in Domain Specific Languages
Variability Management in Domain Specific Languages
 
Model executability within the GEMOC Studio
Model executability within the GEMOC StudioModel executability within the GEMOC Studio
Model executability within the GEMOC Studio
 
Abstraction level taxonomy of programming language frameworks
Abstraction level taxonomy of programming language frameworksAbstraction level taxonomy of programming language frameworks
Abstraction level taxonomy of programming language frameworks
 
Lect 1. introduction to programming languages
Lect 1. introduction to programming languagesLect 1. introduction to programming languages
Lect 1. introduction to programming languages
 
The Whole Platform A Language Workbench for Eclipse
The Whole Platform A Language Workbench for EclipseThe Whole Platform A Language Workbench for Eclipse
The Whole Platform A Language Workbench for Eclipse
 
Generations of programming language
Generations of programming languageGenerations of programming language
Generations of programming language
 
English de lenguaje de programacion
English de lenguaje de programacionEnglish de lenguaje de programacion
English de lenguaje de programacion
 
INTRODUCTION TO SOFTWARE, PROGRAMMING LANGUAGES.pdf
INTRODUCTION TO SOFTWARE, PROGRAMMING LANGUAGES.pdfINTRODUCTION TO SOFTWARE, PROGRAMMING LANGUAGES.pdf
INTRODUCTION TO SOFTWARE, PROGRAMMING LANGUAGES.pdf
 
Grade 8: Introduction To Java
Grade 8: Introduction To JavaGrade 8: Introduction To Java
Grade 8: Introduction To Java
 
Programing languages
Programing languagesPrograming languages
Programing languages
 
Programming.language
Programming.languageProgramming.language
Programming.language
 
Computer languages
Computer languagesComputer languages
Computer languages
 
Domain Specific Languages in Ruby - Medellin.rb
Domain Specific Languages in Ruby - Medellin.rbDomain Specific Languages in Ruby - Medellin.rb
Domain Specific Languages in Ruby - Medellin.rb
 
CH 01.pptx
CH 01.pptxCH 01.pptx
CH 01.pptx
 
2.3 programming language show
2.3 programming language show2.3 programming language show
2.3 programming language show
 
Assignment on basic programming language
Assignment on  basic programming languageAssignment on  basic programming language
Assignment on basic programming language
 
Use of assembly language[edit]Historical perspective[edit]Assemb.pdf
Use of assembly language[edit]Historical perspective[edit]Assemb.pdfUse of assembly language[edit]Historical perspective[edit]Assemb.pdf
Use of assembly language[edit]Historical perspective[edit]Assemb.pdf
 
NEP.pptx
NEP.pptxNEP.pptx
NEP.pptx
 
Unit ii oo design 9
Unit ii oo design 9Unit ii oo design 9
Unit ii oo design 9
 
La5 programming
La5  programmingLa5  programming
La5 programming
 

Último

Call Girls Alandi Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Alandi Call Me 7737669865 Budget Friendly No Advance BookingCall Girls Alandi Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Alandi Call Me 7737669865 Budget Friendly No Advance Bookingroncy bisnoi
 
Justdial Call Girls In Indirapuram, Ghaziabad, 8800357707 Escorts Service
Justdial Call Girls In Indirapuram, Ghaziabad, 8800357707 Escorts ServiceJustdial Call Girls In Indirapuram, Ghaziabad, 8800357707 Escorts Service
Justdial Call Girls In Indirapuram, Ghaziabad, 8800357707 Escorts Servicemonikaservice1
 
Zoology 4th semester series (krishna).pdf
Zoology 4th semester series (krishna).pdfZoology 4th semester series (krishna).pdf
Zoology 4th semester series (krishna).pdfSumit Kumar yadav
 
GBSN - Microbiology (Unit 2)
GBSN - Microbiology (Unit 2)GBSN - Microbiology (Unit 2)
GBSN - Microbiology (Unit 2)Areesha Ahmad
 
Presentation Vikram Lander by Vedansh Gupta.pptx
Presentation Vikram Lander by Vedansh Gupta.pptxPresentation Vikram Lander by Vedansh Gupta.pptx
Presentation Vikram Lander by Vedansh Gupta.pptxgindu3009
 
COST ESTIMATION FOR A RESEARCH PROJECT.pptx
COST ESTIMATION FOR A RESEARCH PROJECT.pptxCOST ESTIMATION FOR A RESEARCH PROJECT.pptx
COST ESTIMATION FOR A RESEARCH PROJECT.pptxFarihaAbdulRasheed
 
American Type Culture Collection (ATCC).pptx
American Type Culture Collection (ATCC).pptxAmerican Type Culture Collection (ATCC).pptx
American Type Culture Collection (ATCC).pptxabhishekdhamu51
 
SAMASTIPUR CALL GIRL 7857803690 LOW PRICE ESCORT SERVICE
SAMASTIPUR CALL GIRL 7857803690  LOW PRICE  ESCORT SERVICESAMASTIPUR CALL GIRL 7857803690  LOW PRICE  ESCORT SERVICE
SAMASTIPUR CALL GIRL 7857803690 LOW PRICE ESCORT SERVICEayushi9330
 
Chemical Tests; flame test, positive and negative ions test Edexcel Internati...
Chemical Tests; flame test, positive and negative ions test Edexcel Internati...Chemical Tests; flame test, positive and negative ions test Edexcel Internati...
Chemical Tests; flame test, positive and negative ions test Edexcel Internati...ssuser79fe74
 
Seismic Method Estimate velocity from seismic data.pptx
Seismic Method Estimate velocity from seismic  data.pptxSeismic Method Estimate velocity from seismic  data.pptx
Seismic Method Estimate velocity from seismic data.pptxAlMamun560346
 
Pulmonary drug delivery system M.pharm -2nd sem P'ceutics
Pulmonary drug delivery system M.pharm -2nd sem P'ceuticsPulmonary drug delivery system M.pharm -2nd sem P'ceutics
Pulmonary drug delivery system M.pharm -2nd sem P'ceuticssakshisoni2385
 
Bacterial Identification and Classifications
Bacterial Identification and ClassificationsBacterial Identification and Classifications
Bacterial Identification and ClassificationsAreesha Ahmad
 
SCIENCE-4-QUARTER4-WEEK-4-PPT-1 (1).pptx
SCIENCE-4-QUARTER4-WEEK-4-PPT-1 (1).pptxSCIENCE-4-QUARTER4-WEEK-4-PPT-1 (1).pptx
SCIENCE-4-QUARTER4-WEEK-4-PPT-1 (1).pptxRizalinePalanog2
 
9654467111 Call Girls In Raj Nagar Delhi Short 1500 Night 6000
9654467111 Call Girls In Raj Nagar Delhi Short 1500 Night 60009654467111 Call Girls In Raj Nagar Delhi Short 1500 Night 6000
9654467111 Call Girls In Raj Nagar Delhi Short 1500 Night 6000Sapana Sha
 
High Class Escorts in Hyderabad ₹7.5k Pick Up & Drop With Cash Payment 969456...
High Class Escorts in Hyderabad ₹7.5k Pick Up & Drop With Cash Payment 969456...High Class Escorts in Hyderabad ₹7.5k Pick Up & Drop With Cash Payment 969456...
High Class Escorts in Hyderabad ₹7.5k Pick Up & Drop With Cash Payment 969456...chandars293
 
❤Jammu Kashmir Call Girls 8617697112 Personal Whatsapp Number 💦✅.
❤Jammu Kashmir Call Girls 8617697112 Personal Whatsapp Number 💦✅.❤Jammu Kashmir Call Girls 8617697112 Personal Whatsapp Number 💦✅.
❤Jammu Kashmir Call Girls 8617697112 Personal Whatsapp Number 💦✅.Nitya salvi
 
Conjugation, transduction and transformation
Conjugation, transduction and transformationConjugation, transduction and transformation
Conjugation, transduction and transformationAreesha Ahmad
 
Labelling Requirements and Label Claims for Dietary Supplements and Recommend...
Labelling Requirements and Label Claims for Dietary Supplements and Recommend...Labelling Requirements and Label Claims for Dietary Supplements and Recommend...
Labelling Requirements and Label Claims for Dietary Supplements and Recommend...Lokesh Kothari
 
Chemistry 4th semester series (krishna).pdf
Chemistry 4th semester series (krishna).pdfChemistry 4th semester series (krishna).pdf
Chemistry 4th semester series (krishna).pdfSumit Kumar yadav
 
Vip profile Call Girls In Lonavala 9748763073 For Genuine Sex Service At Just...
Vip profile Call Girls In Lonavala 9748763073 For Genuine Sex Service At Just...Vip profile Call Girls In Lonavala 9748763073 For Genuine Sex Service At Just...
Vip profile Call Girls In Lonavala 9748763073 For Genuine Sex Service At Just...Monika Rani
 

Último (20)

Call Girls Alandi Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Alandi Call Me 7737669865 Budget Friendly No Advance BookingCall Girls Alandi Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Alandi Call Me 7737669865 Budget Friendly No Advance Booking
 
Justdial Call Girls In Indirapuram, Ghaziabad, 8800357707 Escorts Service
Justdial Call Girls In Indirapuram, Ghaziabad, 8800357707 Escorts ServiceJustdial Call Girls In Indirapuram, Ghaziabad, 8800357707 Escorts Service
Justdial Call Girls In Indirapuram, Ghaziabad, 8800357707 Escorts Service
 
Zoology 4th semester series (krishna).pdf
Zoology 4th semester series (krishna).pdfZoology 4th semester series (krishna).pdf
Zoology 4th semester series (krishna).pdf
 
GBSN - Microbiology (Unit 2)
GBSN - Microbiology (Unit 2)GBSN - Microbiology (Unit 2)
GBSN - Microbiology (Unit 2)
 
Presentation Vikram Lander by Vedansh Gupta.pptx
Presentation Vikram Lander by Vedansh Gupta.pptxPresentation Vikram Lander by Vedansh Gupta.pptx
Presentation Vikram Lander by Vedansh Gupta.pptx
 
COST ESTIMATION FOR A RESEARCH PROJECT.pptx
COST ESTIMATION FOR A RESEARCH PROJECT.pptxCOST ESTIMATION FOR A RESEARCH PROJECT.pptx
COST ESTIMATION FOR A RESEARCH PROJECT.pptx
 
American Type Culture Collection (ATCC).pptx
American Type Culture Collection (ATCC).pptxAmerican Type Culture Collection (ATCC).pptx
American Type Culture Collection (ATCC).pptx
 
SAMASTIPUR CALL GIRL 7857803690 LOW PRICE ESCORT SERVICE
SAMASTIPUR CALL GIRL 7857803690  LOW PRICE  ESCORT SERVICESAMASTIPUR CALL GIRL 7857803690  LOW PRICE  ESCORT SERVICE
SAMASTIPUR CALL GIRL 7857803690 LOW PRICE ESCORT SERVICE
 
Chemical Tests; flame test, positive and negative ions test Edexcel Internati...
Chemical Tests; flame test, positive and negative ions test Edexcel Internati...Chemical Tests; flame test, positive and negative ions test Edexcel Internati...
Chemical Tests; flame test, positive and negative ions test Edexcel Internati...
 
Seismic Method Estimate velocity from seismic data.pptx
Seismic Method Estimate velocity from seismic  data.pptxSeismic Method Estimate velocity from seismic  data.pptx
Seismic Method Estimate velocity from seismic data.pptx
 
Pulmonary drug delivery system M.pharm -2nd sem P'ceutics
Pulmonary drug delivery system M.pharm -2nd sem P'ceuticsPulmonary drug delivery system M.pharm -2nd sem P'ceutics
Pulmonary drug delivery system M.pharm -2nd sem P'ceutics
 
Bacterial Identification and Classifications
Bacterial Identification and ClassificationsBacterial Identification and Classifications
Bacterial Identification and Classifications
 
SCIENCE-4-QUARTER4-WEEK-4-PPT-1 (1).pptx
SCIENCE-4-QUARTER4-WEEK-4-PPT-1 (1).pptxSCIENCE-4-QUARTER4-WEEK-4-PPT-1 (1).pptx
SCIENCE-4-QUARTER4-WEEK-4-PPT-1 (1).pptx
 
9654467111 Call Girls In Raj Nagar Delhi Short 1500 Night 6000
9654467111 Call Girls In Raj Nagar Delhi Short 1500 Night 60009654467111 Call Girls In Raj Nagar Delhi Short 1500 Night 6000
9654467111 Call Girls In Raj Nagar Delhi Short 1500 Night 6000
 
High Class Escorts in Hyderabad ₹7.5k Pick Up & Drop With Cash Payment 969456...
High Class Escorts in Hyderabad ₹7.5k Pick Up & Drop With Cash Payment 969456...High Class Escorts in Hyderabad ₹7.5k Pick Up & Drop With Cash Payment 969456...
High Class Escorts in Hyderabad ₹7.5k Pick Up & Drop With Cash Payment 969456...
 
❤Jammu Kashmir Call Girls 8617697112 Personal Whatsapp Number 💦✅.
❤Jammu Kashmir Call Girls 8617697112 Personal Whatsapp Number 💦✅.❤Jammu Kashmir Call Girls 8617697112 Personal Whatsapp Number 💦✅.
❤Jammu Kashmir Call Girls 8617697112 Personal Whatsapp Number 💦✅.
 
Conjugation, transduction and transformation
Conjugation, transduction and transformationConjugation, transduction and transformation
Conjugation, transduction and transformation
 
Labelling Requirements and Label Claims for Dietary Supplements and Recommend...
Labelling Requirements and Label Claims for Dietary Supplements and Recommend...Labelling Requirements and Label Claims for Dietary Supplements and Recommend...
Labelling Requirements and Label Claims for Dietary Supplements and Recommend...
 
Chemistry 4th semester series (krishna).pdf
Chemistry 4th semester series (krishna).pdfChemistry 4th semester series (krishna).pdf
Chemistry 4th semester series (krishna).pdf
 
Vip profile Call Girls In Lonavala 9748763073 For Genuine Sex Service At Just...
Vip profile Call Girls In Lonavala 9748763073 For Genuine Sex Service At Just...Vip profile Call Girls In Lonavala 9748763073 For Genuine Sex Service At Just...
Vip profile Call Girls In Lonavala 9748763073 For Genuine Sex Service At Just...
 

Modular Language Composition for the Masses