Metadata-Version: 1.1
Name: farm_compiler
Version: 1.0.1
Summary: A compiler for the Farm programming language
Home-page: https://github.com/jweinst1/Farm_Compiler
Author: Joshua Weinstein
Author-email: jweinst1@berkeley.edu
License: UNKNOWN
Download-URL: https://github.com/Timoeller/Farm_Compiler/archive/1.0.1.tar.gz
Description: 
          The Farm Compiler is written in python and has three main functions:
          def compile_string(string): ~Takes a python string of Farm commands and compiles it.
          def compile_file(name): ~Compiles a text file, or any file with farm_compiler commands in it.
          def write_to_file(string, name): ~Takes a python string, compiles it, and writes the
          resulting farm_compiler result to the name specified.
Keywords: compilers,programming,farm_compiler,farm
Platform: UNKNOWN
