Skip to content

raaron/funcparserlib_talk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

funcparserlib

or how to write your own programming language

Code examples for the "Zurich Python User Group" talk about funcparserlib.

Solutions and slides will be uploaded after the talk.

Installation

  • Install funcparserlib using pip or easy_install. Do not install it from the latest sources, we will work with the version coming via pip or easy_install.

  • Install git if you don't have it already: Google will help you (one of the best results: Select your OS at http://git-scm.com/downloads)

  • Clone this git repository by executing the following on the commandline:

      git clone https://github.com/raaron/funcparserlib_talk.git
    

About

Slides, code examples and solutions of the "Zurich Python User Group" talk about funcparserlib.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages