Skip to content

A programming language with syntax similar to pseudo code standards

Notifications You must be signed in to change notification settings

Chr0nicl3/Pseudo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pseudo

Pseudo is an imperative language with basic proramming language constructs and syntax resembling to that of the pseudo code standards and some other high level languages.

pseudo.grm - Language grammar is specified in this file.

pseudo.lex - This file contains lexical analyzer definitions.

pseudo.h - This file contains different structures for data types.

pseudo.h - This is the actual interpreter.

Lex & Yacc were used to generate and compile the lexical analyzer and compiler.

About

A programming language with syntax similar to pseudo code standards

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published