Skip to content

A preprocessor for Python that makes it a slightly more tolerable language to use

Notifications You must be signed in to change notification settings

funnyboy-roks/p3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

p3 -- Python PreProcessor

A work-in-progress preprocessor for Python that makes it a slightly more tolerable language to work with.

Currently supported

  • && -> and
  • || -> or
  • true -> True
  • false -> False

Want to support in the future

  • { and } to make blocks that go to the appropriate indent.
  • Other stuff? Idk, open to ideas!

About

A preprocessor for Python that makes it a slightly more tolerable language to use

Topics

Resources

Stars

Watchers

Forks

Languages