Skip to content

Gaareth/karel

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Karel Enhanced :^)

Add support for Expressions, Variables, Function arguments and return values

Fork of: https://github.com/fredoverflow/karel

Limitations (currently)

  • no floating point numbers
  • no recursive functions
    • (you can't use functions with arguments before declaring them)
    • (Reason: I am type checking during parsing :/)
  • Function calls can't have variables as arguments
  • bugs?
  • Old freditor commit: 57c5da8e31411e566bd1ddae75ca9d29b9e44754, Nov 3, 2022

Install

TODO

Build

See DEVELOP.md

but use commit 57c5da8e31411e566bd1ddae75ca9d29b9e44754

About

Karel The Robot

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Kotlin 100.0%