Skip to content

Ahmad-Magdy-Osman/JCoCo

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code
This branch is 5 commits ahead, 14 commits behind kentdlee:master.

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 

๐Ÿ”Œ JCoCo - Programming Languages - CS370 Project ๐Ÿ› ๏ธ

JCoCo is an implementation of the Python Virtual Machine in Java. Programming Languages - CS 370 class project.

Implementation of JCoCo FrozenSet Class

JCoCo is an implementation of the Python Virtual Machine in Java. JCoCo is an object-oriented implementation of the Python 3.5 virtual machine.

The exercise instruction was:

Implement the frozenset class of Python. Implement a frozenset data type. Write a Python program first and disassemble it to test some frozenset operations. You can find the frozenset operations by consulting the Python documentation. Be sure to implement all the operations exactly as specified. You can run this test program to test your answers. You can download the test program by clicking here. Disassemble this program and then run it with your version of coco from within the Netbeans environment (right-click on the project in Netbeans and then select Properties... and Run to set the CASM file as the file to read.

Feel free to clone this repository or its related repositories and to explore the projects.

About

:electric_plug: JCoCo is an implementation of the Python Virtual Machine in Java. Programming Languages class project. :hammer_and_wrench:

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 89.7%
  • Python 10.3%