Skip to content

Latest commit

 

History

History
42 lines (27 loc) · 1014 Bytes

File metadata and controls

42 lines (27 loc) · 1014 Bytes

cytech-pseudocode README

A basic extension that provides syntax highlighting for pseudocode as it is written at CYTECH. As this is a french school, this extension only supports pseudocode written in French.

example image

Known Issues

This is a very basic extension, so we are aware that many features are missing. If you'd like to see something in particular being added, feel free to open an issue.

Release Notes

Initial release.

1.0.0

Initial release of cycode.

Supported operators :

< > = <= >= !=
<-
ET OU

Supported control sequences :

SI ... ALORS
POUR ... ALLANT DE ... A ... FAIRE
TANT QUE ... FAIRE
NON
RETOURNER

Comments are prefixed by #
String are between double quotes "..."
Booleans are VRAI and FAUX.

Authors

  • L. DRAESCHER -- draescherl@eisti.eu
  • V. DUSART -- dusartvict@eisti.eu