Skip to content

cfrontin/SyntaxPrograms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SyntaxPrograms

A set of robustly commented "syntax programs" that act like practical language cheat sheets, starting with fundamentals and moving toward common 101-level topics.

Repository layout

  • /cpp - C++ syntax program (syntax.cpp, syntax.h)
  • /python - Python syntax program (syntax.py)
  • /rust - Rust syntax program (syntax.rs)
  • /julia - Julia syntax program (syntax.jl)

Each program is intended to compile/run and demonstrate key language features with concise comments for quick refresh.

About

A set of robustly commented programs that show basically everything the basics of what you need to know about whichever language they are built in.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors