• Packages
  • Themes
  • Documentation
  • Blog
  • Discussions
Sign in

language-pseu

A very simple syntax highlighter for pseudocode.
isdampe
144
0
  • Repo
  • Bugs
  • Versions
  • License
Flag as spam or malicious

language-pseu package

A very simple pseudocode language definition and syntax highlighter.

By default, reads *.pseudo and *.pseudocode files.

language-pseu-screenshot

Syntax

Control statements

 
IF, ENDIF, ELSE, ELSEIF, THEN, SELECT, CASE, ENDCASE, BREAK, RETURN, WHILE, ENDWHILE, DOWHILE, ENDDO, REPEAT, UNTIL, TO, END
 

Function-like

 
FUNCTION, ENDFUNCTION, SUB, ENDSUB, ROUTINE, ENDROUTINE, PROGRAM, ENDPROGRAM
 

Logical operators

 
AND, OR, NOT
 

Boolean operators

 
TRUE, FALSE
 

Functions

 
PRINT, READ, GET, FROM, WRITE, PUT
 

Strings

 
Either " or ',
 
I.e.
 
name = 'isdampe'
name = "isdampe"
 

Comments

 
//
 
I.e, //this is a comment
 

I think this package is bad news.

Good catch. Let us know what about this package looks wrong to you, and we'll investigate right away.

  • Terms of Use
  • Privacy
  • Code of Conduct
  • Releases
  • FAQ
  • Contact
with by