Skip to content

This code uses python modules yacc and lex to validate the syntax of javascript if-else loop by writing context-free grammar(belongs to subject AFLL).

Notifications You must be signed in to change notification settings

UdaykiranReddy-1/Syntax_validation_using_python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Syntax-Validation-Using-Python

This code uses python modules yacc and lex to validate the syntax of javascript if-else loop by writing context-free grammar(belongs to subject AFLL). By learning the usage of the modules in validating the syntax of if-else loop in javascript, one can implement the learnt logic to validate the syntax of any language , using appropriate context-free grammar for evaluation.

About

This code uses python modules yacc and lex to validate the syntax of javascript if-else loop by writing context-free grammar(belongs to subject AFLL).

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages